home / tests

testsuites

5 rows where build_id = 20504

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239798 20504 20504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1199/artifact/log/WDIO.xunit-2024-05-06T09-58-37-544Z.xml Special RecentChanges 1715011119 4.405 1 0 0 0
239799 20504 20504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1199/artifact/log/WDIO.xunit-2024-05-06T09-58-37-546Z.xml Special Watchlist 1715011118 0.65 1 0 0 1
239800 20504 20504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1199/artifact/log/WDIO.xunit-2024-05-06T09-58-37-600Z.xml User 1715011118 7.578 2 0 0 0
239801 20504 20504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1199/artifact/log/WDIO.xunit-2024-05-06T09-58-37-635Z.xml Page 1715011118 26.486 9 0 0 0
239802 20504 20504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1199/artifact/log/WDIO.xunit-2024-05-06T09-58-40-575Z.xml BlankPage 1715011122 0.938 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 1627.297ms