home / tests

testsuites

5 rows where build_id = 872

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4592 872 872 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23721/artifact/log/WDIO.xunit-2021-09-21T15-25-18-536Z.xml Page 1632259520 0.847 17 0 0 17
4593 872 872 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23721/artifact/log/WDIO.xunit-2021-09-21T15-25-22-299Z.xml Special RecentChanges 1632259523 0.636 2 0 0 2
4594 872 872 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23721/artifact/log/WDIO.xunit-2021-09-21T15-25-26-271Z.xml User 1632259527 6.776 2 0 0 0
4595 872 872 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23721/artifact/log/WDIO.xunit-2021-09-21T15-25-36-154Z.xml Special Watchlist 1632259538 2.797 2 0 0 2
4596 872 872 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23721/artifact/log/WDIO.xunit-2021-09-21T15-25-42-442Z.xml BlankPage 1632259544 0.832 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 1529.392ms