home / tests

testsuites

5 rows where build_id = 2964

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
35701 2964 2964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23749/artifact/log/WDIO.xunit-2021-09-29T21-58-36-137Z.xml Page 1632974317 0.862 17 0 0 17
35702 2964 2964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23749/artifact/log/WDIO.xunit-2021-09-29T21-58-39-441Z.xml Special RecentChanges 1632974320 0.693 2 0 0 2
35703 2964 2964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23749/artifact/log/WDIO.xunit-2021-09-29T21-58-42-513Z.xml User 1632974323 5.561 2 0 0 0
35704 2964 2964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23749/artifact/log/WDIO.xunit-2021-09-29T21-58-50-457Z.xml Special Watchlist 1632974331 2.234 2 0 0 2
35705 2964 2964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23749/artifact/log/WDIO.xunit-2021-09-29T21-58-55-010Z.xml BlankPage 1632974335 0.595 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 6376.666ms