home / tests

testsuites

5 rows where build_id = 10465

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140896 10465 10465 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23821/artifact/log/WDIO.xunit-2021-10-10T16-52-19-199Z.xml Page 1633906340 0.824 17 0 0 17
140897 10465 10465 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23821/artifact/log/WDIO.xunit-2021-10-10T16-52-23-027Z.xml Special RecentChanges 1633906344 0.705 2 0 0 2
140898 10465 10465 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23821/artifact/log/WDIO.xunit-2021-10-10T16-52-26-685Z.xml User 1633906348 5.69 2 0 0 0
140899 10465 10465 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23821/artifact/log/WDIO.xunit-2021-10-10T16-52-35-291Z.xml Special Watchlist 1633906356 2.674 2 0 0 2
140900 10465 10465 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23821/artifact/log/WDIO.xunit-2021-10-10T16-52-40-529Z.xml BlankPage 1633906361 0.725 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 1629.21ms