home / tests

testsuites

5 rows where build_id = 20451

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239109 20451 20451 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1262/artifact/log/WDIO.xunit-2024-05-09T15-07-07-517Z.xml Special Watchlist 1715288828 0.486 1 0 0 1
239110 20451 20451 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1262/artifact/log/WDIO.xunit-2024-05-09T15-07-07-523Z.xml Special RecentChanges 1715288828 3.343 1 0 0 0
239111 20451 20451 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1262/artifact/log/WDIO.xunit-2024-05-09T15-07-07-524Z.xml User 1715288828 5.901 2 0 0 0
239112 20451 20451 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1262/artifact/log/WDIO.xunit-2024-05-09T15-07-07-557Z.xml Page 1715288828 22.989 9 0 0 0
239113 20451 20451 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1262/artifact/log/WDIO.xunit-2024-05-09T15-07-10-174Z.xml BlankPage 1715288831 0.781 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 1626.381ms