home / tests

testsuites

5 rows where build_id = 15107

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192074 15107 15107 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67355/artifact/log/WDIO.xunit-2023-09-26T20-11-54-498Z.xml Page 1695780715 36.971 9 0 0 0
192075 15107 15107 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67355/artifact/log/WDIO.xunit-2023-09-26T20-11-54-542Z.xml Special Watchlist 1695780715 0.731 1 0 0 1
192076 15107 15107 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67355/artifact/log/WDIO.xunit-2023-09-26T20-11-54-595Z.xml User 1695780715 18.375 2 0 0 0
192077 15107 15107 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67355/artifact/log/WDIO.xunit-2023-09-26T20-11-54-627Z.xml Special RecentChanges 1695780715 15.811 1 0 0 0
192078 15107 15107 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67355/artifact/log/WDIO.xunit-2023-09-26T20-11-57-015Z.xml BlankPage 1695780717 12.503 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 1607.652ms