home / tests

testsuites

5 rows where build_id = 16162

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
196622 16162 16162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6131/artifact/log/WDIO.xunit-2024-01-16T13-40-38-201Z.xml Page 1705437639 23.056 9 0 0 0
196623 16162 16162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6131/artifact/log/WDIO.xunit-2024-01-16T13-40-38-207Z.xml User 1705437639 5.419 2 0 0 0
196624 16162 16162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6131/artifact/log/WDIO.xunit-2024-01-16T13-40-38-238Z.xml Special RecentChanges 1705437639 3.073 1 0 0 0
196625 16162 16162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6131/artifact/log/WDIO.xunit-2024-01-16T13-40-38-243Z.xml Special Watchlist 1705437639 0.614 1 0 0 1
196626 16162 16162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6131/artifact/log/WDIO.xunit-2024-01-16T13-40-40-603Z.xml BlankPage 1705437641 0.864 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 1606.619ms