home / tests

testsuites

5 rows where build_id = 15110

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192124 15110 15110 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67352/artifact/log/WDIO.xunit-2023-09-26T20-05-53-035Z.xml Page 1695780354 27.875 9 0 0 0
192125 15110 15110 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67352/artifact/log/WDIO.xunit-2023-09-26T20-05-53-058Z.xml User 1695780354 7.304 2 0 0 0
192126 15110 15110 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67352/artifact/log/WDIO.xunit-2023-09-26T20-05-53-108Z.xml Special RecentChanges 1695780354 4.576 1 0 0 0
192127 15110 15110 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67352/artifact/log/WDIO.xunit-2023-09-26T20-05-53-110Z.xml Special Watchlist 1695780354 0.7 1 0 0 1
192128 15110 15110 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67352/artifact/log/WDIO.xunit-2023-09-26T20-05-56-158Z.xml BlankPage 1695780357 1.169 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 1601.726ms