home / tests

testsuites

5 rows where build_id = 867

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
4542 867 867 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23727/artifact/log/WDIO.xunit-2021-09-23T19-10-37-946Z.xml Page 1632445839 0.806 17 0 0 17
4543 867 867 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23727/artifact/log/WDIO.xunit-2021-09-23T19-10-41-385Z.xml Special RecentChanges 1632445842 0.783 2 0 0 2
4544 867 867 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23727/artifact/log/WDIO.xunit-2021-09-23T19-10-45-163Z.xml User 1632445846 6.562 2 0 0 0
4545 867 867 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23727/artifact/log/WDIO.xunit-2021-09-23T19-10-54-696Z.xml Special Watchlist 1632445855 2.492 2 0 0 2
4546 867 867 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23727/artifact/log/WDIO.xunit-2021-09-23T19-11-00-006Z.xml BlankPage 1632445861 3.539 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 3958.685ms