home / tests

testsuites

4 rows where build_id = 517

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
1588 517 517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-selenium-docker/8495/artifact/log/WDIO.xunitchrome.0-0.xml before_all_hook0 1632514260 4.837 0 0 0 0
1589 517 517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-selenium-docker/8495/artifact/log/WDIO.xunitchrome.0-0.xml page2 1632514260 2.159 6 0 0 5
1590 517 517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-selenium-docker/8495/artifact/log/WDIO.xunitchrome.0-1.xml before_all_hook0 1632514264 0.705 0 0 0 0
1591 517 517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-selenium-docker/8495/artifact/log/WDIO.xunitchrome.0-1.xml user2 1632514264 0.507 3 0 0 3

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 1531.136ms