home / tests

testsuites

5 rows where build_id = 15127

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192282 15127 15127 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67335/artifact/log/WDIO.xunit-2023-09-26T19-39-23-674Z.xml Special RecentChanges 1695778765 4.73 1 0 0 0
192283 15127 15127 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67335/artifact/log/WDIO.xunit-2023-09-26T19-39-23-740Z.xml Special Watchlist 1695778765 0.941 1 0 0 1
192284 15127 15127 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67335/artifact/log/WDIO.xunit-2023-09-26T19-39-23-754Z.xml Page 1695778765 34.1 9 0 0 0
192285 15127 15127 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67335/artifact/log/WDIO.xunit-2023-09-26T19-39-23-804Z.xml User 1695778765 11.135 2 0 0 0
192286 15127 15127 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67335/artifact/log/WDIO.xunit-2023-09-26T19-39-27-244Z.xml BlankPage 1695778769 1.614 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 1602.875ms