home / tests

testsuites

5 rows where build_id = 9999

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
137003 9999 9999 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8537/artifact/log/WDIO.xunit-2021-10-09T10-34-53-331Z.xml Page 1633797295 0.96 17 0 0 17
137004 9999 9999 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8537/artifact/log/WDIO.xunit-2021-10-09T10-34-57-757Z.xml Special RecentChanges 1633797299 1.438 2 0 0 2
137005 9999 9999 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8537/artifact/log/WDIO.xunit-2021-10-09T10-35-02-733Z.xml User 1633797304 6.095 2 0 0 0
137006 9999 9999 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8537/artifact/log/WDIO.xunit-2021-10-09T10-35-12-218Z.xml Special Watchlist 1633797313 2.674 2 0 0 2
137007 9999 9999 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8537/artifact/log/WDIO.xunit-2021-10-09T10-35-18-376Z.xml BlankPage 1633797319 0.78 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 1655.8ms