home / tests

testsuites

5 rows where build_id = 2281

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
23581 2281 2281 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76297/artifact/log/WDIO.xunit-2021-09-28T23-05-49-165Z.xml Page 1632891950 0.825 17 0 0 17
23582 2281 2281 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76297/artifact/log/WDIO.xunit-2021-09-28T23-05-53-287Z.xml Special RecentChanges 1632891954 0.729 2 0 0 2
23583 2281 2281 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76297/artifact/log/WDIO.xunit-2021-09-28T23-05-57-270Z.xml User 1632891958 5.171 2 0 0 0
23584 2281 2281 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76297/artifact/log/WDIO.xunit-2021-09-28T23-06-05-761Z.xml Special Watchlist 1632891967 2.421 2 0 0 2
23585 2281 2281 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76297/artifact/log/WDIO.xunit-2021-09-28T23-06-11-918Z.xml BlankPage 1632891973 0.622 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 1312.611ms