home / tests

testsuites

5 rows where build_id = 861

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4462 861 861 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23734/artifact/log/WDIO.xunit-2021-09-24T20-34-37-995Z.xml Page 1632537279 0.734 17 0 0 17
4463 861 861 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23734/artifact/log/WDIO.xunit-2021-09-24T20-34-41-180Z.xml Special RecentChanges 1632537282 0.659 2 0 0 2
4464 861 861 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23734/artifact/log/WDIO.xunit-2021-09-24T20-34-44-303Z.xml User 1632537285 6.405 2 0 0 0
4465 861 861 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23734/artifact/log/WDIO.xunit-2021-09-24T20-34-53-298Z.xml Special Watchlist 1632537294 2.343 2 0 0 2
4466 861 861 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23734/artifact/log/WDIO.xunit-2021-09-24T20-34-58-627Z.xml BlankPage 1632537300 0.693 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 2547.034ms