home / tests

testsuites

5 rows where build_id = 2278

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
23566 2278 2278 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76301/artifact/log/WDIO.xunit-2021-09-29T01-48-22-728Z.xml Page 1632901704 0.886 17 0 0 17
23567 2278 2278 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76301/artifact/log/WDIO.xunit-2021-09-29T01-48-27-003Z.xml Special RecentChanges 1632901708 0.737 2 0 0 2
23568 2278 2278 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76301/artifact/log/WDIO.xunit-2021-09-29T01-48-31-118Z.xml User 1632901712 5.706 2 0 0 0
23569 2278 2278 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76301/artifact/log/WDIO.xunit-2021-09-29T01-48-40-240Z.xml Special Watchlist 1632901721 2.374 2 0 0 2
23570 2278 2278 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76301/artifact/log/WDIO.xunit-2021-09-29T01-48-46-156Z.xml BlankPage 1632901727 0.611 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 1533.701ms