home / tests

testsuites

5 rows where build_id = 12301

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
165112 12301 12301 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82139/artifact/log/WDIO.xunit-2021-10-14T23-05-10-496Z.xml Page 1634274311 1.061 17 0 0 17
165113 12301 12301 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82139/artifact/log/WDIO.xunit-2021-10-14T23-05-14-018Z.xml Special RecentChanges 1634274315 1.808 2 0 0 2
165114 12301 12301 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82139/artifact/log/WDIO.xunit-2021-10-14T23-05-18-214Z.xml User 1634274319 5.762 2 0 0 0
165115 12301 12301 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82139/artifact/log/WDIO.xunit-2021-10-14T23-05-26-383Z.xml Special Watchlist 1634274327 2.298 2 0 0 2
165116 12301 12301 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82139/artifact/log/WDIO.xunit-2021-10-14T23-05-31-195Z.xml BlankPage 1634274332 0.592 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 1636.069ms