home / tests

testsuites

5 rows where build_id = 9701

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135094 9701 9701 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1522/artifact/log/WDIO.xunit-2021-10-09T06-04-02-200Z.xml Page 1633781043 0.767 17 0 0 17
135095 9701 9701 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1522/artifact/log/WDIO.xunit-2021-10-09T06-04-05-308Z.xml Special RecentChanges 1633781046 0.62 2 0 0 2
135096 9701 9701 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1522/artifact/log/WDIO.xunit-2021-10-09T06-04-08-186Z.xml User 1633781049 5.657 2 0 0 0
135097 9701 9701 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1522/artifact/log/WDIO.xunit-2021-10-09T06-04-16-127Z.xml Special Watchlist 1633781057 2.459 2 0 0 2
135098 9701 9701 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1522/artifact/log/WDIO.xunit-2021-10-09T06-04-20-932Z.xml BlankPage 1633781061 1.538 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 1941.211ms