home / tests

testsuites

5 rows where build_id = 9723

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135204 9723 9723 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7809/artifact/log/WDIO.xunit-2021-10-09T06-29-41-689Z.xml Page 1633782583 0.84 17 0 0 17
135205 9723 9723 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7809/artifact/log/WDIO.xunit-2021-10-09T06-29-45-455Z.xml Special RecentChanges 1633782587 0.738 2 0 0 2
135206 9723 9723 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7809/artifact/log/WDIO.xunit-2021-10-09T06-29-49-086Z.xml User 1633782590 5.783 2 0 0 0
135207 9723 9723 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7809/artifact/log/WDIO.xunit-2021-10-09T06-29-57-583Z.xml Special Watchlist 1633782599 2.668 2 0 0 2
135208 9723 9723 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7809/artifact/log/WDIO.xunit-2021-10-09T06-30-03-376Z.xml BlankPage 1633782604 0.735 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 1587.458ms