home / tests

testsuites

5 rows where build_id = 9677

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
134925 9677 9677 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7776/artifact/log/WDIO.xunit-2021-10-09T06-04-24-641Z.xml Page 1633781066 0.833 17 0 0 17
134926 9677 9677 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7776/artifact/log/WDIO.xunit-2021-10-09T06-04-28-503Z.xml Special RecentChanges 1633781070 0.708 2 0 0 2
134927 9677 9677 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7776/artifact/log/WDIO.xunit-2021-10-09T06-04-32-256Z.xml User 1633781073 6.035 2 0 0 0
134928 9677 9677 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7776/artifact/log/WDIO.xunit-2021-10-09T06-04-41-303Z.xml Special Watchlist 1633781082 2.668 2 0 0 2
134929 9677 9677 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7776/artifact/log/WDIO.xunit-2021-10-09T06-04-47-021Z.xml BlankPage 1633781088 1.674 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 1584.405ms