home / tests

testsuites

5 rows where build_id = 15125

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192273 15125 15125 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67337/artifact/log/WDIO.xunit-2023-09-26T19-41-12-205Z.xml Page 1695778873 32.219 9 0 0 0
192274 15125 15125 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67337/artifact/log/WDIO.xunit-2023-09-26T19-41-12-278Z.xml User 1695778873 9.736 2 0 0 0
192275 15125 15125 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67337/artifact/log/WDIO.xunit-2023-09-26T19-41-12-332Z.xml Special RecentChanges 1695778873 7.17 1 0 0 0
192276 15125 15125 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67337/artifact/log/WDIO.xunit-2023-09-26T19-41-12-334Z.xml Special Watchlist 1695778873 0.694 1 0 0 1
192277 15125 15125 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67337/artifact/log/WDIO.xunit-2023-09-26T19-41-15-165Z.xml BlankPage 1695778876 1.595 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 2340.393ms