home / tests

testsuites

5 rows where build_id = 9406

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
130755 9406 9406 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23770/artifact/log/WDIO.xunit-2021-10-08T21-30-29-099Z.xml Page 1633750230 1.577 17 0 0 17
130756 9406 9406 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23770/artifact/log/WDIO.xunit-2021-10-08T21-30-32-965Z.xml Special RecentChanges 1633750234 0.586 2 0 0 2
130757 9406 9406 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23770/artifact/log/WDIO.xunit-2021-10-08T21-30-35-899Z.xml User 1633750236 4.461 2 0 0 0
130758 9406 9406 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23770/artifact/log/WDIO.xunit-2021-10-08T21-30-42-682Z.xml Special Watchlist 1633750243 2.138 2 0 0 2
130759 9406 9406 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23770/artifact/log/WDIO.xunit-2021-10-08T21-30-47-121Z.xml BlankPage 1633750248 1.174 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 1590.882ms