home / tests

testsuites

5 rows where build_id = 16579

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200172 16579 16579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2333/artifact/log/WDIO.xunit-2024-01-11T19-57-09-447Z.xml Special RecentChanges 1705028231 3.154 1 0 0 0
200173 16579 16579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2333/artifact/log/WDIO.xunit-2024-01-11T19-57-09-475Z.xml Special Watchlist 1705028231 0.492 1 0 0 1
200174 16579 16579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2333/artifact/log/WDIO.xunit-2024-01-11T19-57-09-515Z.xml Page 1705028230 22.802 9 0 0 0
200175 16579 16579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2333/artifact/log/WDIO.xunit-2024-01-11T19-57-09-550Z.xml User 1705028231 5.682 2 0 0 0
200176 16579 16579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2333/artifact/log/WDIO.xunit-2024-01-11T19-57-12-401Z.xml BlankPage 1705028233 0.741 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 1626.375ms