home / tests

testsuites

5 rows where build_id = 9960

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136805 9960 9960 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23791/artifact/log/WDIO.xunit-2021-10-09T10-36-19-336Z.xml Page 1633797380 0.74 17 0 0 17
136806 9960 9960 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23791/artifact/log/WDIO.xunit-2021-10-09T10-36-22-517Z.xml Special RecentChanges 1633797384 0.695 2 0 0 2
136807 9960 9960 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23791/artifact/log/WDIO.xunit-2021-10-09T10-36-26-143Z.xml User 1633797387 5.477 2 0 0 0
136808 9960 9960 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23791/artifact/log/WDIO.xunit-2021-10-09T10-36-34-162Z.xml Special Watchlist 1633797395 2.549 2 0 0 2
136809 9960 9960 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23791/artifact/log/WDIO.xunit-2021-10-09T10-36-39-185Z.xml BlankPage 1633797400 0.647 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 1982.483ms