home / tests

testsuites

5 rows where build_id = 863

✎ 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
4472 863 863 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23732/artifact/log/WDIO.xunit-2021-09-24T00-56-38-074Z.xml Page 1632466599 0.772 17 0 0 17
4473 863 863 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23732/artifact/log/WDIO.xunit-2021-09-24T00-56-41-747Z.xml Special RecentChanges 1632466602 1.799 2 0 0 2
4474 863 863 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23732/artifact/log/WDIO.xunit-2021-09-24T00-56-46-265Z.xml User 1632466607 5.605 2 0 0 0
4475 863 863 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23732/artifact/log/WDIO.xunit-2021-09-24T00-56-54-348Z.xml Special Watchlist 1632466615 2.71 2 0 0 2
4476 863 863 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23732/artifact/log/WDIO.xunit-2021-09-24T00-56-59-489Z.xml BlankPage 1632466620 3.129 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 1515.02ms