home / tests

testsuites

5 rows where build_id = 22204

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
254189 22204 22204 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/652/artifact/log/WDIO.xunit-2024-06-16T15-00-41-229Z.xml Special Watchlist 1718571642 1.199 2 0 0 2
254190 22204 22204 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/652/artifact/log/WDIO.xunit-2024-06-16T15-00-41-246Z.xml User 1718571642 5.155 2 0 0 0
254191 22204 22204 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/652/artifact/log/WDIO.xunit-2024-06-16T15-00-41-271Z.xml Page 1718571642 0.61 17 0 0 17
254192 22204 22204 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/652/artifact/log/WDIO.xunit-2024-06-16T15-00-41-395Z.xml Special RecentChanges 1718571642 0.679 2 0 0 2
254193 22204 22204 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/652/artifact/log/WDIO.xunit-2024-06-16T15-00-43-860Z.xml BlankPage 1718571644 0.677 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 6032.85ms