home / tests

testsuites

5 rows where build_id = 15145

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192482 15145 15145 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67314/artifact/log/WDIO.xunit-2023-09-26T17-55-40-799Z.xml Special RecentChanges 1695772541 5.392 1 0 0 0
192483 15145 15145 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67314/artifact/log/WDIO.xunit-2023-09-26T17-55-40-916Z.xml User 1695772541 7.917 2 0 0 0
192484 15145 15145 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67314/artifact/log/WDIO.xunit-2023-09-26T17-55-40-923Z.xml Special Watchlist 1695772541 0.912 1 0 0 1
192485 15145 15145 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67314/artifact/log/WDIO.xunit-2023-09-26T17-55-41-158Z.xml Page 1695772542 27.512 9 0 0 0
192486 15145 15145 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67314/artifact/log/WDIO.xunit-2023-09-26T17-55-43-923Z.xml BlankPage 1695772545 1.335 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 1597.204ms