home / tests

testsuites

5 rows where build_id = 15207

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
193728 15207 15207 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1364/artifact/log/WDIO.xunit-2023-09-22T18-39-37-759Z.xml User 1695429579 5.636 2 0 0 0
193729 15207 15207 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1364/artifact/log/WDIO.xunit-2023-09-22T18-39-37-819Z.xml Special RecentChanges 1695429578 3.754 1 0 0 0
193730 15207 15207 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1364/artifact/log/WDIO.xunit-2023-09-22T18-39-37-835Z.xml Special Watchlist 1695429578 0.521 1 0 0 1
193731 15207 15207 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1364/artifact/log/WDIO.xunit-2023-09-22T18-39-37-870Z.xml Page 1695429579 21.326 9 0 0 0
193732 15207 15207 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1364/artifact/log/WDIO.xunit-2023-09-22T18-39-40-134Z.xml BlankPage 1695429581 1.028 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 6019.013ms