home / tests

testsuites

5 rows where build_id = 22402

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255489 22402 22402 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/536/artifact/log/WDIO.xunit-2024-06-16T14-55-34-597Z.xml Page 1718571335 22.579 9 0 0 0
255490 22402 22402 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/536/artifact/log/WDIO.xunit-2024-06-16T14-55-34-601Z.xml User 1718571335 5.776 2 0 0 0
255491 22402 22402 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/536/artifact/log/WDIO.xunit-2024-06-16T14-55-34-604Z.xml Special RecentChanges 1718571336 3.077 1 0 0 0
255492 22402 22402 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/536/artifact/log/WDIO.xunit-2024-06-16T14-55-34-721Z.xml Special Watchlist 1718571335 0.379 1 0 0 1
255493 22402 22402 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/536/artifact/log/WDIO.xunit-2024-06-16T14-55-36-980Z.xml BlankPage 1718571338 0.787 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 1671.342ms