home / tests

testsuites

5 rows where build_id = 750

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
3090 750 750 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76201/artifact/log/WDIO.xunit-2021-09-23T01-39-32-644Z.xml Page 1632382773 1.942 17 0 0 17
3091 750 750 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76201/artifact/log/WDIO.xunit-2021-09-23T01-39-36-962Z.xml Special RecentChanges 1632382778 0.65 2 0 0 2
3092 750 750 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76201/artifact/log/WDIO.xunit-2021-09-23T01-39-40-030Z.xml User 1632382781 5.003 2 0 0 0
3093 750 750 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76201/artifact/log/WDIO.xunit-2021-09-23T01-39-47-492Z.xml Special Watchlist 1632382788 2.191 2 0 0 2
3094 750 750 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76201/artifact/log/WDIO.xunit-2021-09-23T01-39-52-152Z.xml BlankPage 1632382793 0.544 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 1482.368ms