home / tests

testsuites

5 rows where build_id = 3010

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
36548 3010 3010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23751/artifact/log/WDIO.xunit-2021-09-29T22-25-28-067Z.xml Page 1632975929 4.778 17 0 0 17
36549 3010 3010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23751/artifact/log/WDIO.xunit-2021-09-29T22-25-35-713Z.xml Special RecentChanges 1632975937 0.755 2 0 0 2
36550 3010 3010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23751/artifact/log/WDIO.xunit-2021-09-29T22-25-39-445Z.xml User 1632975940 6.013 2 0 0 0
36551 3010 3010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23751/artifact/log/WDIO.xunit-2021-09-29T22-25-48-167Z.xml Special Watchlist 1632975949 2.678 2 0 0 2
36552 3010 3010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23751/artifact/log/WDIO.xunit-2021-09-29T22-25-54-094Z.xml BlankPage 1632975955 0.802 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 1696.353ms