home / tests

testsuites

5 rows where build_id = 9717

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135174 9717 9717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7820/artifact/log/WDIO.xunit-2021-10-09T06-43-14-643Z.xml Page 1633783395 0.716 17 0 0 17
135175 9717 9717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7820/artifact/log/WDIO.xunit-2021-10-09T06-43-17-693Z.xml Special RecentChanges 1633783398 0.646 2 0 0 2
135176 9717 9717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7820/artifact/log/WDIO.xunit-2021-10-09T06-43-20-578Z.xml User 1633783401 5.008 2 0 0 0
135177 9717 9717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7820/artifact/log/WDIO.xunit-2021-10-09T06-43-27-919Z.xml Special Watchlist 1633783409 2.478 2 0 0 2
135178 9717 9717 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7820/artifact/log/WDIO.xunit-2021-10-09T06-43-32-724Z.xml BlankPage 1633783413 0.615 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 1736.603ms