home / tests

testsuites

5 rows where build_id = 20690

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243340 20690 20690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/371/artifact/log/WDIO.xunit-2024-05-06T17-00-39-995Z.xml Page 1715036441 22.682 9 0 0 0
243341 20690 20690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/371/artifact/log/WDIO.xunit-2024-05-06T17-00-39-996Z.xml Special RecentChanges 1715036441 2.902 1 0 0 0
243342 20690 20690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/371/artifact/log/WDIO.xunit-2024-05-06T17-00-39-998Z.xml User 1715036441 5.171 2 0 0 0
243343 20690 20690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/371/artifact/log/WDIO.xunit-2024-05-06T17-00-40-012Z.xml Special Watchlist 1715036441 0.482 1 0 0 1
243344 20690 20690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/371/artifact/log/WDIO.xunit-2024-05-06T17-00-42-244Z.xml BlankPage 1715036443 0.73 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 1646.804ms