home / tests

testsuites

5 rows where build_id = 20500

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239779 20500 20500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1203/artifact/log/WDIO.xunit-2024-05-06T10-07-20-992Z.xml Page 1715011641 27.824 9 0 0 0
239780 20500 20500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1203/artifact/log/WDIO.xunit-2024-05-06T10-07-21-028Z.xml User 1715011641 6.434 2 0 0 0
239781 20500 20500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1203/artifact/log/WDIO.xunit-2024-05-06T10-07-21-042Z.xml Special RecentChanges 1715011641 3.626 1 0 0 0
239782 20500 20500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1203/artifact/log/WDIO.xunit-2024-05-06T10-07-21-082Z.xml Special Watchlist 1715011641 0.687 1 0 0 1
239783 20500 20500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1203/artifact/log/WDIO.xunit-2024-05-06T10-07-23-518Z.xml BlankPage 1715011645 0.693 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 1608.539ms