home / tests

testsuites

5 rows where build_id = 16566

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
200040 16566 16566 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2346/artifact/log/WDIO.xunit-2024-01-12T00-57-49-639Z.xml User 1705046272 11.854 2 0 0 0
200041 16566 16566 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2346/artifact/log/WDIO.xunit-2024-01-12T00-57-49-729Z.xml Special Watchlist 1705046272 0.536 1 0 0 1
200042 16566 16566 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2346/artifact/log/WDIO.xunit-2024-01-12T00-57-49-848Z.xml Special RecentChanges 1705046271 8.175 1 0 0 0
200043 16566 16566 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2346/artifact/log/WDIO.xunit-2024-01-12T00-57-49-894Z.xml Page 1705046271 40.171 9 0 0 0
200044 16566 16566 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2346/artifact/log/WDIO.xunit-2024-01-12T00-57-55-506Z.xml BlankPage 1705046279 1.464 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 8260.43ms