home / tests

testsuites

4 rows where build_id = 20502

✎ 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
239789 20502 20502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1201/artifact/log/WDIO.xunit-2024-05-06T10-03-21-748Z.xml User 1715011402 7.058 2 0 0 0
239790 20502 20502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1201/artifact/log/WDIO.xunit-2024-05-06T10-03-21-765Z.xml Special Watchlist 1715011402 0.847 1 0 0 1
239791 20502 20502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1201/artifact/log/WDIO.xunit-2024-05-06T10-03-21-769Z.xml Special RecentChanges 1715011402 3.985 1 0 0 0
239792 20502 20502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1201/artifact/log/WDIO.xunit-2024-05-06T10-03-24-661Z.xml BlankPage 1715011406 1.171 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 1553.889ms