home / tests

testsuites

5 rows where build_id = 20460

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239231 20460 20460 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1253/artifact/log/WDIO.xunit-2024-05-09T09-33-54-800Z.xml Special RecentChanges 1715268836 4.208 1 0 0 0
239232 20460 20460 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1253/artifact/log/WDIO.xunit-2024-05-09T09-33-54-896Z.xml User 1715268836 7.656 2 0 0 0
239233 20460 20460 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1253/artifact/log/WDIO.xunit-2024-05-09T09-33-55-005Z.xml Special Watchlist 1715268836 0.801 1 0 0 1
239234 20460 20460 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1253/artifact/log/WDIO.xunit-2024-05-09T09-33-55-032Z.xml Page 1715268836 25.66 9 0 0 0
239235 20460 20460 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1253/artifact/log/WDIO.xunit-2024-05-09T09-33-58-051Z.xml BlankPage 1715268839 1.117 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 1644.962ms