home / tests

testsuites

5 rows where build_id = 3266

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
40513 3266 3266 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15281/artifact/log/WDIO.xunit-2021-09-30T14-00-20-608Z.xml Page 1633032022 0.859 17 0 0 17
40514 3266 3266 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15281/artifact/log/WDIO.xunit-2021-09-30T14-00-24-534Z.xml Special RecentChanges 1633032026 0.714 2 0 0 2
40515 3266 3266 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15281/artifact/log/WDIO.xunit-2021-09-30T14-00-28-249Z.xml User 1633032029 5.074 2 0 0 0
40516 3266 3266 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15281/artifact/log/WDIO.xunit-2021-09-30T14-00-36-298Z.xml Special Watchlist 1633032037 2.362 2 0 0 2
40517 3266 3266 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15281/artifact/log/WDIO.xunit-2021-09-30T14-00-41-399Z.xml BlankPage 1633032042 0.668 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 1555.955ms