home / tests

testsuites

5 rows where build_id = 3031

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
36928 3031 3031 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23752/artifact/log/WDIO.xunit-2021-09-30T01-12-24-492Z.xml Page 1632985946 0.66 17 0 0 17
36929 3031 3031 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23752/artifact/log/WDIO.xunit-2021-09-30T01-12-28-842Z.xml Special RecentChanges 1632985950 0.631 2 0 0 2
36930 3031 3031 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23752/artifact/log/WDIO.xunit-2021-09-30T01-12-32-962Z.xml User 1632985954 7.497 2 0 0 0
36931 3031 3031 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23752/artifact/log/WDIO.xunit-2021-09-30T01-12-43-537Z.xml Special Watchlist 1632985965 2.498 2 0 0 2
36932 3031 3031 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23752/artifact/log/WDIO.xunit-2021-09-30T01-12-49-863Z.xml BlankPage 1632985971 1.223 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 1516.935ms