home / tests

testsuites

5 rows where build_id = 2415

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
25703 2415 2415 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76306/artifact/log/WDIO.xunit-2021-09-29T07-56-22-954Z.xml Page 1632923784 0.727 17 0 0 17
25704 2415 2415 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76306/artifact/log/WDIO.xunit-2021-09-29T07-56-26-149Z.xml Special RecentChanges 1632923787 0.628 2 0 0 2
25705 2415 2415 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76306/artifact/log/WDIO.xunit-2021-09-29T07-56-29-203Z.xml User 1632923790 5.042 2 0 0 0
25706 2415 2415 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76306/artifact/log/WDIO.xunit-2021-09-29T07-56-36-609Z.xml Special Watchlist 1632923797 2.343 2 0 0 2
25707 2415 2415 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76306/artifact/log/WDIO.xunit-2021-09-29T07-56-41-542Z.xml BlankPage 1632923802 0.581 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 1551.828ms