home / tests

testsuites

5 rows where build_id = 22237

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254350 22237 22237 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/619/artifact/log/WDIO.xunit-2024-06-16T14-22-56-222Z.xml User 1718569377 5.201 2 0 0 0
254351 22237 22237 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/619/artifact/log/WDIO.xunit-2024-06-16T14-22-56-240Z.xml Special Watchlist 1718569377 1.317 2 0 0 2
254352 22237 22237 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/619/artifact/log/WDIO.xunit-2024-06-16T14-22-56-287Z.xml Special RecentChanges 1718569377 0.771 2 0 0 2
254353 22237 22237 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/619/artifact/log/WDIO.xunit-2024-06-16T14-22-56-311Z.xml Page 1718569377 0.614 17 0 0 17
254354 22237 22237 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/619/artifact/log/WDIO.xunit-2024-06-16T14-22-58-764Z.xml BlankPage 1718569379 0.683 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 1669.871ms