home / tests

testsuites

5 rows where build_id = 3006

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
36503 3006 3006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76335/artifact/log/WDIO.xunit-2021-09-29T22-17-31-669Z.xml Page 1632975452 0.682 17 0 0 17
36504 3006 3006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76335/artifact/log/WDIO.xunit-2021-09-29T22-17-34-691Z.xml Special RecentChanges 1632975455 0.605 2 0 0 2
36505 3006 3006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76335/artifact/log/WDIO.xunit-2021-09-29T22-17-37-666Z.xml User 1632975458 5.143 2 0 0 0
36506 3006 3006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76335/artifact/log/WDIO.xunit-2021-09-29T22-17-45-115Z.xml Special Watchlist 1632975466 2.235 2 0 0 2
36507 3006 3006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76335/artifact/log/WDIO.xunit-2021-09-29T22-17-49-652Z.xml BlankPage 1632975470 0.545 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 1637.508ms