home / tests

testsuites

5 rows where build_id = 9756

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135372 9756 9756 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1546/artifact/log/WDIO.xunit-2021-10-09T06-23-35-564Z.xml Page 1633782217 0.946 17 0 0 17
135373 9756 9756 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1546/artifact/log/WDIO.xunit-2021-10-09T06-23-39-934Z.xml Special RecentChanges 1633782221 0.855 2 0 0 2
135374 9756 9756 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1546/artifact/log/WDIO.xunit-2021-10-09T06-23-44-212Z.xml User 1633782225 6.365 2 0 0 0
135375 9756 9756 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1546/artifact/log/WDIO.xunit-2021-10-09T06-23-54-032Z.xml Special Watchlist 1633782235 2.806 2 0 0 2
135376 9756 9756 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1546/artifact/log/WDIO.xunit-2021-10-09T06-24-00-447Z.xml BlankPage 1633782241 0.749 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 1571.257ms