home / tests

testsuites

5 rows where build_id = 9716

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
135169 9716 9716 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7821/artifact/log/WDIO.xunit-2021-10-09T06-43-33-114Z.xml Page 1633783414 0.756 17 0 0 17
135170 9716 9716 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7821/artifact/log/WDIO.xunit-2021-10-09T06-43-36-433Z.xml Special RecentChanges 1633783417 0.71 2 0 0 2
135171 9716 9716 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7821/artifact/log/WDIO.xunit-2021-10-09T06-43-39-752Z.xml User 1633783421 6.498 2 0 0 0
135172 9716 9716 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7821/artifact/log/WDIO.xunit-2021-10-09T06-43-49-303Z.xml Special Watchlist 1633783430 2.623 2 0 0 2
135173 9716 9716 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7821/artifact/log/WDIO.xunit-2021-10-09T06-43-54-456Z.xml BlankPage 1633783435 1.307 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 1409.147ms