home / tests

testsuites

5 rows where build_id = 2760

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
32460 2760 2760 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23746/artifact/log/WDIO.xunit-2021-09-29T16-30-49-153Z.xml Page 1632954650 0.769 17 0 0 17
32461 2760 2760 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23746/artifact/log/WDIO.xunit-2021-09-29T16-30-52-329Z.xml Special RecentChanges 1632954653 0.704 2 0 0 2
32462 2760 2760 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23746/artifact/log/WDIO.xunit-2021-09-29T16-30-55-496Z.xml User 1632954656 11.266 2 0 0 0
32463 2760 2760 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23746/artifact/log/WDIO.xunit-2021-09-29T16-31-09-282Z.xml Special Watchlist 1632954670 2.337 2 0 0 2
32464 2760 2760 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23746/artifact/log/WDIO.xunit-2021-09-29T16-31-14-504Z.xml BlankPage 1632954675 0.737 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 3212.759ms