home / tests

testsuites

4 rows where build_id = 20482

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239594 20482 20482 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1221/artifact/log/WDIO.xunit-2024-05-08T08-39-20-906Z.xml User 1715179162 6.606 2 0 0 0
239595 20482 20482 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1221/artifact/log/WDIO.xunit-2024-05-08T08-39-20-935Z.xml Page 1715179162 26.484 9 0 0 0
239596 20482 20482 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1221/artifact/log/WDIO.xunit-2024-05-08T08-39-20-950Z.xml Special RecentChanges 1715179162 3.433 1 0 0 0
239597 20482 20482 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1221/artifact/log/WDIO.xunit-2024-05-08T08-39-23-926Z.xml BlankPage 1715179165 0.884 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 1636.406ms