home / tests

testsuites

5 rows where build_id = 15114

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192179 15114 15114 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67348/artifact/log/WDIO.xunit-2023-09-26T19-56-11-103Z.xml Special RecentChanges 1695779772 4.444 1 0 0 0
192180 15114 15114 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67348/artifact/log/WDIO.xunit-2023-09-26T19-56-11-108Z.xml Special Watchlist 1695779772 0.929 1 0 0 1
192181 15114 15114 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67348/artifact/log/WDIO.xunit-2023-09-26T19-56-11-113Z.xml User 1695779772 6.685 2 0 0 0
192182 15114 15114 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67348/artifact/log/WDIO.xunit-2023-09-26T19-56-11-118Z.xml Page 1695779772 24.821 9 0 0 0
192183 15114 15114 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67348/artifact/log/WDIO.xunit-2023-09-26T19-56-13-806Z.xml BlankPage 1695779775 1.051 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 1637.972ms