home / tests

testsuites

5 rows where build_id = 22247

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254398 22247 22247 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/608/artifact/log/WDIO.xunit-2024-06-16T14-05-02-852Z.xml Page 1718568303 23.875 9 0 0 0
254399 22247 22247 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/608/artifact/log/WDIO.xunit-2024-06-16T14-05-02-853Z.xml Special Watchlist 1718568303 0.56 1 0 0 1
254400 22247 22247 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/608/artifact/log/WDIO.xunit-2024-06-16T14-05-02-856Z.xml Special RecentChanges 1718568304 2.776 1 0 0 0
254401 22247 22247 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/608/artifact/log/WDIO.xunit-2024-06-16T14-05-02-902Z.xml User 1718568304 5.279 2 0 0 0
254402 22247 22247 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/608/artifact/log/WDIO.xunit-2024-06-16T14-05-05-242Z.xml BlankPage 1718568306 0.677 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 1608.726ms