home / tests

testsuites

5 rows where build_id = 14922

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
190506 14922 14922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5106/artifact/log/WDIO.xunit-2023-09-25T12-05-51-445Z.xml User 1695665152 5.57 2 0 0 0
190507 14922 14922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5106/artifact/log/WDIO.xunit-2023-09-25T12-05-51-452Z.xml Special Watchlist 1695665152 0.813 2 0 0 2
190508 14922 14922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5106/artifact/log/WDIO.xunit-2023-09-25T12-05-51-514Z.xml Page 1695665152 0.607 17 0 0 17
190509 14922 14922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5106/artifact/log/WDIO.xunit-2023-09-25T12-05-51-552Z.xml Special RecentChanges 1695665152 0.69 2 0 0 2
190510 14922 14922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5106/artifact/log/WDIO.xunit-2023-09-25T12-05-53-923Z.xml BlankPage 1695665154 0.679 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 1616.275ms