home / tests

testsuites

5 rows where build_id = 20771

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244518 20771 20771 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8492/artifact/log/WDIO.xunit-2024-05-09T15-28-20-548Z.xml Special Watchlist 1715290102 1.153 1 0 0 1
244519 20771 20771 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8492/artifact/log/WDIO.xunit-2024-05-09T15-28-20-553Z.xml Special RecentChanges 1715290102 7.288 1 0 0 0
244520 20771 20771 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8492/artifact/log/WDIO.xunit-2024-05-09T15-28-20-664Z.xml Page 1715290102 38.491 9 0 0 0
244521 20771 20771 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8492/artifact/log/WDIO.xunit-2024-05-09T15-28-20-833Z.xml User 1715290102 14.472 2 0 0 0
244522 20771 20771 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8492/artifact/log/WDIO.xunit-2024-05-09T15-28-26-033Z.xml BlankPage 1715290108 1.593 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 1607.909ms