home / tests

testsuites

5 rows where build_id = 1719

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
12526 1719 1719 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78077/artifact/log/WDIO.xunit-2021-09-28T12-57-28-552Z.xml Page 1632855449 0.941 17 0 0 17
12527 1719 1719 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78077/artifact/log/WDIO.xunit-2021-09-28T12-57-31-888Z.xml Special RecentChanges 1632855453 0.63 2 0 0 2
12528 1719 1719 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78077/artifact/log/WDIO.xunit-2021-09-28T12-57-34-841Z.xml User 1632855455 5.208 2 0 0 0
12529 1719 1719 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78077/artifact/log/WDIO.xunit-2021-09-28T12-57-42-382Z.xml Special Watchlist 1632855463 1.977 2 0 0 2
12530 1719 1719 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78077/artifact/log/WDIO.xunit-2021-09-28T12-57-46-721Z.xml BlankPage 1632855467 0.558 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 1538.032ms