home / tests

testsuites

5 rows where build_id = 22581

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258430 22581 22581 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/149/artifact/log/WDIO.xunit-2024-06-16T14-33-36-797Z.xml Page 1718570017 23.997 9 0 0 0
258431 22581 22581 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/149/artifact/log/WDIO.xunit-2024-06-16T14-33-36-810Z.xml Special RecentChanges 1718570017 3.151 1 0 0 0
258432 22581 22581 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/149/artifact/log/WDIO.xunit-2024-06-16T14-33-36-812Z.xml Special Watchlist 1718570017 0.463 1 0 0 1
258433 22581 22581 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/149/artifact/log/WDIO.xunit-2024-06-16T14-33-36-820Z.xml User 1718570017 5.488 2 0 0 0
258434 22581 22581 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/149/artifact/log/WDIO.xunit-2024-06-16T14-33-39-450Z.xml BlankPage 1718570020 0.605 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 1637.586ms