home / tests

testsuites

5 rows where build_id = 868

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4547 868 868 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23726/artifact/log/WDIO.xunit-2021-09-23T15-53-45-537Z.xml Page 1632434027 0.742 17 0 0 17
4548 868 868 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23726/artifact/log/WDIO.xunit-2021-09-23T15-53-49-074Z.xml Special RecentChanges 1632434030 0.68 2 0 0 2
4549 868 868 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23726/artifact/log/WDIO.xunit-2021-09-23T15-53-52-235Z.xml User 1632434033 5.575 2 0 0 0
4550 868 868 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23726/artifact/log/WDIO.xunit-2021-09-23T15-54-00-177Z.xml Special Watchlist 1632434041 2.253 2 0 0 2
4551 868 868 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23726/artifact/log/WDIO.xunit-2021-09-23T15-54-04-804Z.xml BlankPage 1632434045 0.669 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testsuites (
            id INTEGER PRIMARY KEY,
            build_id INTEGER NOT NULL,
            url TEXT NOT NULL,
            name TEXT,
            timestamp INTEGER,
            time REAL,
            tests INTEGER,
            failures INTEGER,
            errors INTEGER,
            skipped INTEGER,
            UNIQUE(url,name,timestamp),
            FOREIGN KEY(build_id) REFERENCES builds(id)
        );
Powered by Datasette · Queries took 1802.615ms