home / tests

testsuites

5 rows where build_id = 9947

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
136740 9947 9947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23810/artifact/log/WDIO.xunit-2021-10-09T11-00-16-510Z.xml Page 1633798818 0.781 17 0 0 17
136741 9947 9947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23810/artifact/log/WDIO.xunit-2021-10-09T11-00-20-301Z.xml Special RecentChanges 1633798821 0.782 2 0 0 2
136742 9947 9947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23810/artifact/log/WDIO.xunit-2021-10-09T11-00-23-598Z.xml User 1633798825 6.482 2 0 0 0
136743 9947 9947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23810/artifact/log/WDIO.xunit-2021-10-09T11-00-33-569Z.xml Special Watchlist 1633798835 2.441 2 0 0 2
136744 9947 9947 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23810/artifact/log/WDIO.xunit-2021-10-09T11-00-39-077Z.xml BlankPage 1633798840 0.662 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 3400.979ms