home / tests

testsuites

4 rows where build_id = 20585

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
241878 20585 20585 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/244/artifact/log/WDIO.xunit-2024-05-03T23-36-06-573Z.xml Page 1714800967 22.933 9 0 0 0
241879 20585 20585 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/244/artifact/log/WDIO.xunit-2024-05-03T23-36-06-586Z.xml Special Watchlist 1714800968 0.446 1 0 0 1
241880 20585 20585 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/244/artifact/log/WDIO.xunit-2024-05-03T23-36-06-635Z.xml Special RecentChanges 1714800967 3.599 1 0 0 0
241881 20585 20585 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/244/artifact/log/WDIO.xunit-2024-05-03T23-36-09-543Z.xml BlankPage 1714800970 0.634 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 1646.75ms