home / tests

testsuites

5 rows where build_id = 22606

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258580 22606 22606 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/124/artifact/log/WDIO.xunit-2024-06-16T13-02-04-372Z.xml Page 1718564525 23.749 9 0 0 0
258581 22606 22606 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/124/artifact/log/WDIO.xunit-2024-06-16T13-02-04-373Z.xml Special RecentChanges 1718564525 3.788 1 0 0 0
258582 22606 22606 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/124/artifact/log/WDIO.xunit-2024-06-16T13-02-04-393Z.xml Special Watchlist 1718564525 0.436 1 0 0 1
258583 22606 22606 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/124/artifact/log/WDIO.xunit-2024-06-16T13-02-04-410Z.xml User 1718564525 7.084 2 0 0 0
258584 22606 22606 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/124/artifact/log/WDIO.xunit-2024-06-16T13-02-06-895Z.xml BlankPage 1718564528 1.118 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 1623.657ms