home / tests

testsuites

5 rows where build_id = 9743

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135307 9743 9743 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1588/artifact/log/WDIO.xunit-2021-10-09T06-51-46-829Z.xml Page 1633783908 0.802 17 0 0 17
135308 9743 9743 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1588/artifact/log/WDIO.xunit-2021-10-09T06-51-50-501Z.xml Special RecentChanges 1633783912 0.834 2 0 0 2
135309 9743 9743 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1588/artifact/log/WDIO.xunit-2021-10-09T06-51-54-336Z.xml User 1633783915 5.863 2 0 0 0
135310 9743 9743 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1588/artifact/log/WDIO.xunit-2021-10-09T06-52-03-105Z.xml Special Watchlist 1633783924 2.609 2 0 0 2
135311 9743 9743 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1588/artifact/log/WDIO.xunit-2021-10-09T06-52-08-563Z.xml BlankPage 1633783929 0.687 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 1602.309ms