home / tests

testsuites

5 rows where build_id = 9679

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
134935 9679 9679 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7772/artifact/log/WDIO.xunit-2021-10-09T06-04-16-061Z.xml Page 1633781057 0.81 17 0 0 17
134936 9679 9679 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7772/artifact/log/WDIO.xunit-2021-10-09T06-04-19-816Z.xml Special RecentChanges 1633781061 0.696 2 0 0 2
134937 9679 9679 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7772/artifact/log/WDIO.xunit-2021-10-09T06-04-23-470Z.xml User 1633781065 5.671 2 0 0 0
134938 9679 9679 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7772/artifact/log/WDIO.xunit-2021-10-09T06-04-32-180Z.xml Special Watchlist 1633781073 2.525 2 0 0 2
134939 9679 9679 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7772/artifact/log/WDIO.xunit-2021-10-09T06-04-37-344Z.xml BlankPage 1633781078 0.721 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 1628.181ms