home / tests

testsuites

5 rows where build_id = 9943

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136720 9943 9943 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23814/artifact/log/WDIO.xunit-2021-10-09T11-00-01-798Z.xml Page 1633798802 5.361 17 0 0 17
136721 9943 9943 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23814/artifact/log/WDIO.xunit-2021-10-09T11-00-09-657Z.xml Special RecentChanges 1633798811 0.611 2 0 0 2
136722 9943 9943 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23814/artifact/log/WDIO.xunit-2021-10-09T11-00-13-153Z.xml User 1633798814 5.834 2 0 0 0
136723 9943 9943 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23814/artifact/log/WDIO.xunit-2021-10-09T11-00-21-822Z.xml Special Watchlist 1633798823 3.524 2 0 0 2
136724 9943 9943 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23814/artifact/log/WDIO.xunit-2021-10-09T11-00-28-366Z.xml BlankPage 1633798829 0.737 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 1600.908ms