home / tests

testsuites

5 rows where build_id = 22202

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254179 22202 22202 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/654/artifact/log/WDIO.xunit-2024-06-16T15-03-02-030Z.xml Page 1718571783 23.249 9 0 0 0
254180 22202 22202 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/654/artifact/log/WDIO.xunit-2024-06-16T15-03-02-046Z.xml Special RecentChanges 1718571783 3.497 1 0 0 0
254181 22202 22202 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/654/artifact/log/WDIO.xunit-2024-06-16T15-03-02-065Z.xml User 1718571783 5.852 2 0 0 0
254182 22202 22202 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/654/artifact/log/WDIO.xunit-2024-06-16T15-03-02-071Z.xml Special Watchlist 1718571783 0.419 1 0 0 1
254183 22202 22202 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/654/artifact/log/WDIO.xunit-2024-06-16T15-03-04-788Z.xml BlankPage 1718571785 0.99 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 1639.663ms