home / tests

testsuites

5 rows where build_id = 16591

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200263 16591 16591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1735/artifact/log/WDIO.xunit-2024-01-13T02-48-48-628Z.xml Page 1705139329 25.704 9 0 0 0
200264 16591 16591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1735/artifact/log/WDIO.xunit-2024-01-13T02-48-48-630Z.xml Special RecentChanges 1705139330 3.867 1 0 0 0
200265 16591 16591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1735/artifact/log/WDIO.xunit-2024-01-13T02-48-48-634Z.xml User 1705139329 7.193 2 0 0 0
200266 16591 16591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1735/artifact/log/WDIO.xunit-2024-01-13T02-48-48-729Z.xml Special Watchlist 1705139329 0.558 1 0 0 1
200267 16591 16591 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1735/artifact/log/WDIO.xunit-2024-01-13T02-48-52-014Z.xml BlankPage 1705139333 1.17 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 3423.895ms