home / tests

testsuites

5 rows where build_id = 15197

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193611 15197 15197 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1986/artifact/log/WDIO.xunit-2023-09-21T19-16-54-929Z.xml Special Watchlist 1695345416 0.514 1 0 0 1
193612 15197 15197 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1986/artifact/log/WDIO.xunit-2023-09-21T19-16-54-957Z.xml Special RecentChanges 1695345416 7.893 1 0 0 0
193613 15197 15197 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1986/artifact/log/WDIO.xunit-2023-09-21T19-16-54-985Z.xml User 1695345416 10.889 2 0 0 0
193614 15197 15197 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1986/artifact/log/WDIO.xunit-2023-09-21T19-16-55-135Z.xml Page 1695345416 33.543 9 0 0 0
193615 15197 15197 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1986/artifact/log/WDIO.xunit-2023-09-21T19-16-57-649Z.xml BlankPage 1695345418 2.303 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 1425.357ms