home / tests

testsuites

4 rows where build_id = 22414

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255549 22414 22414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/524/artifact/log/WDIO.xunit-2024-06-16T14-20-04-007Z.xml Page 1718569204 21.903 9 0 0 0
255550 22414 22414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/524/artifact/log/WDIO.xunit-2024-06-16T14-20-04-025Z.xml User 1718569205 5.638 2 0 0 0
255551 22414 22414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/524/artifact/log/WDIO.xunit-2024-06-16T14-20-04-034Z.xml Special Watchlist 1718569205 0.368 1 0 0 1
255552 22414 22414 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/524/artifact/log/WDIO.xunit-2024-06-16T14-20-06-240Z.xml BlankPage 1718569207 0.715 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 1613.945ms