home / tests

testsuites

5 rows where build_id = 9719

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135184 9719 9719 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7814/artifact/log/WDIO.xunit-2021-10-09T06-34-13-721Z.xml Page 1633782854 0.708 17 0 0 17
135185 9719 9719 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7814/artifact/log/WDIO.xunit-2021-10-09T06-34-16-740Z.xml Special RecentChanges 1633782857 0.62 2 0 0 2
135186 9719 9719 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7814/artifact/log/WDIO.xunit-2021-10-09T06-34-19-794Z.xml User 1633782860 5.484 2 0 0 0
135187 9719 9719 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7814/artifact/log/WDIO.xunit-2021-10-09T06-34-27-680Z.xml Special Watchlist 1633782868 2.348 2 0 0 2
135188 9719 9719 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7814/artifact/log/WDIO.xunit-2021-10-09T06-34-32-454Z.xml BlankPage 1633782873 1.655 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 1512.67ms