home / tests

testsuites

5 rows where build_id = 15189

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193572 15189 15189 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1994/artifact/log/WDIO.xunit-2023-09-22T18-40-32-562Z.xml Page 1695429634 31.442 9 0 0 0
193573 15189 15189 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1994/artifact/log/WDIO.xunit-2023-09-22T18-40-32-626Z.xml Special RecentChanges 1695429634 6.13 1 0 0 0
193574 15189 15189 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1994/artifact/log/WDIO.xunit-2023-09-22T18-40-32-658Z.xml User 1695429634 11.587 2 0 0 0
193575 15189 15189 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1994/artifact/log/WDIO.xunit-2023-09-22T18-40-32-834Z.xml Special Watchlist 1695429634 0.981 1 0 0 1
193576 15189 15189 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1994/artifact/log/WDIO.xunit-2023-09-22T18-40-37-669Z.xml BlankPage 1695429640 1.732 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 1631.741ms