home / tests

testsuites

5 rows where build_id = 22197

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254156 22197 22197 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/659/artifact/log/WDIO.xunit-2024-06-16T15-08-52-395Z.xml User 1718572133 5.548 2 0 0 0
254157 22197 22197 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/659/artifact/log/WDIO.xunit-2024-06-16T15-08-52-407Z.xml Special Watchlist 1718572133 0.587 1 0 0 1
254158 22197 22197 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/659/artifact/log/WDIO.xunit-2024-06-16T15-08-52-471Z.xml Special RecentChanges 1718572133 2.426 1 0 0 0
254159 22197 22197 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/659/artifact/log/WDIO.xunit-2024-06-16T15-08-52-482Z.xml Page 1718572133 21.945 9 0 0 0
254160 22197 22197 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/659/artifact/log/WDIO.xunit-2024-06-16T15-08-55-066Z.xml BlankPage 1718572136 0.531 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 1610.184ms