home / tests

testsuites

5 rows where build_id = 9707

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135124 9707 9707 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7850/artifact/log/WDIO.xunit-2021-10-09T07-01-47-203Z.xml Page 1633784508 0.715 17 0 0 17
135125 9707 9707 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7850/artifact/log/WDIO.xunit-2021-10-09T07-01-50-297Z.xml Special RecentChanges 1633784511 0.628 2 0 0 2
135126 9707 9707 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7850/artifact/log/WDIO.xunit-2021-10-09T07-01-53-161Z.xml User 1633784514 5.478 2 0 0 0
135127 9707 9707 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7850/artifact/log/WDIO.xunit-2021-10-09T07-02-00-969Z.xml Special Watchlist 1633784522 2.488 2 0 0 2
135128 9707 9707 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7850/artifact/log/WDIO.xunit-2021-10-09T07-02-05-810Z.xml BlankPage 1633784526 0.644 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 1600.861ms