home / tests

testsuites

5 rows where build_id = 10467

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140906 10467 10467 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23819/artifact/log/WDIO.xunit-2021-10-10T16-52-03-247Z.xml Page 1633906324 0.841 17 0 0 17
140907 10467 10467 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23819/artifact/log/WDIO.xunit-2021-10-10T16-52-07-101Z.xml Special RecentChanges 1633906328 0.714 2 0 0 2
140908 10467 10467 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23819/artifact/log/WDIO.xunit-2021-10-10T16-52-10-378Z.xml User 1633906331 5.452 2 0 0 0
140909 10467 10467 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23819/artifact/log/WDIO.xunit-2021-10-10T16-52-18-377Z.xml Special Watchlist 1633906339 2.543 2 0 0 2
140910 10467 10467 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23819/artifact/log/WDIO.xunit-2021-10-10T16-52-23-463Z.xml BlankPage 1633906344 0.668 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 1749.217ms