home / tests

testsuites

5 rows where build_id = 15175

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193278 15175 15175 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67282/artifact/log/WDIO.xunit-2023-09-26T16-07-46-096Z.xml Page 1695766067 29.065 9 0 0 0
193279 15175 15175 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67282/artifact/log/WDIO.xunit-2023-09-26T16-07-46-119Z.xml Special RecentChanges 1695766067 5.235 1 0 0 0
193280 15175 15175 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67282/artifact/log/WDIO.xunit-2023-09-26T16-07-46-200Z.xml Special Watchlist 1695766067 0.954 1 0 0 1
193281 15175 15175 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67282/artifact/log/WDIO.xunit-2023-09-26T16-07-46-204Z.xml User 1695766067 11.684 2 0 0 0
193282 15175 15175 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67282/artifact/log/WDIO.xunit-2023-09-26T16-07-49-339Z.xml BlankPage 1695766071 3.488 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 1611.832ms