home / tests

testsuites

5 rows where build_id = 690

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2380 690 690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76278/artifact/log/WDIO.xunit-2021-09-27T21-54-05-839Z.xml Page 1632801247 3.869 17 0 0 17
2381 690 690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76278/artifact/log/WDIO.xunit-2021-09-27T21-54-12-366Z.xml Special RecentChanges 1632801253 0.666 2 0 0 2
2382 690 690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76278/artifact/log/WDIO.xunit-2021-09-27T21-54-15-517Z.xml User 1632801256 5.05 2 0 0 0
2383 690 690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76278/artifact/log/WDIO.xunit-2021-09-27T21-54-23-074Z.xml Special Watchlist 1632801264 5.822 2 0 0 2
2384 690 690 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76278/artifact/log/WDIO.xunit-2021-09-27T21-54-31-450Z.xml BlankPage 1632801272 0.616 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 1484.949ms