home / tests

testsuites

5 rows where build_id = 9736

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135272 9736 9736 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1601/artifact/log/WDIO.xunit-2021-10-09T07-02-01-091Z.xml Page 1633784522 0.812 17 0 0 17
135273 9736 9736 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1601/artifact/log/WDIO.xunit-2021-10-09T07-02-04-460Z.xml Special RecentChanges 1633784525 0.699 2 0 0 2
135274 9736 9736 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1601/artifact/log/WDIO.xunit-2021-10-09T07-02-07-661Z.xml User 1633784529 5.217 2 0 0 0
135275 9736 9736 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1601/artifact/log/WDIO.xunit-2021-10-09T07-02-15-785Z.xml Special Watchlist 1633784536 2.524 2 0 0 2
135276 9736 9736 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1601/artifact/log/WDIO.xunit-2021-10-09T07-02-20-851Z.xml BlankPage 1633784541 0.651 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 1587.026ms