home / tests

testsuites

5 rows where build_id = 9698

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135079 9698 9698 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1529/artifact/log/WDIO.xunit-2021-10-09T06-08-58-902Z.xml Page 1633781340 0.853 17 0 0 17
135080 9698 9698 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1529/artifact/log/WDIO.xunit-2021-10-09T06-09-03-196Z.xml Special RecentChanges 1633781344 0.749 2 0 0 2
135081 9698 9698 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1529/artifact/log/WDIO.xunit-2021-10-09T06-09-07-409Z.xml User 1633781349 5.865 2 0 0 0
135082 9698 9698 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1529/artifact/log/WDIO.xunit-2021-10-09T06-09-16-732Z.xml Special Watchlist 1633781358 2.656 2 0 0 2
135083 9698 9698 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1529/artifact/log/WDIO.xunit-2021-10-09T06-09-22-881Z.xml BlankPage 1633781364 0.745 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 1597.071ms