home / tests

testsuites

5 rows where build_id = 20492

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239714 20492 20492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1211/artifact/log/WDIO.xunit-2024-05-06T20-37-24-433Z.xml Page 1715049445 21.499 9 0 0 0
239715 20492 20492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1211/artifact/log/WDIO.xunit-2024-05-06T20-37-24-469Z.xml User 1715049445 5.85 2 0 0 0
239716 20492 20492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1211/artifact/log/WDIO.xunit-2024-05-06T20-37-24-482Z.xml Special RecentChanges 1715049445 3.849 1 0 0 0
239717 20492 20492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1211/artifact/log/WDIO.xunit-2024-05-06T20-37-24-504Z.xml Special Watchlist 1715049445 0.669 1 0 0 1
239718 20492 20492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1211/artifact/log/WDIO.xunit-2024-05-06T20-37-27-112Z.xml BlankPage 1715049448 0.727 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 1779.236ms