home / tests

testsuites

5 rows where build_id = 716

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2738 716 716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76248/artifact/log/WDIO.xunit-2021-09-24T18-47-57-137Z.xml Page 1632530878 0.67 17 0 0 17
2739 716 716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76248/artifact/log/WDIO.xunit-2021-09-24T18-48-00-272Z.xml Special RecentChanges 1632530881 0.651 2 0 0 2
2740 716 716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76248/artifact/log/WDIO.xunit-2021-09-24T18-48-03-421Z.xml User 1632530884 7.366 2 0 0 0
2741 716 716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76248/artifact/log/WDIO.xunit-2021-09-24T18-48-13-332Z.xml Special Watchlist 1632530894 2.252 2 0 0 2
2742 716 716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76248/artifact/log/WDIO.xunit-2021-09-24T18-48-18-472Z.xml BlankPage 1632530899 0.585 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 1552.55ms