home / tests

testsuites

5 rows where build_id = 685

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
2277 685 685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76283/artifact/log/WDIO.xunit-2021-09-27T22-18-32-600Z.xml Page 1632802713 8.156 17 0 0 17
2278 685 685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76283/artifact/log/WDIO.xunit-2021-09-27T22-18-43-213Z.xml Special RecentChanges 1632802724 0.616 2 0 0 2
2279 685 685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76283/artifact/log/WDIO.xunit-2021-09-27T22-18-46-251Z.xml User 1632802727 5.256 2 0 0 0
2280 685 685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76283/artifact/log/WDIO.xunit-2021-09-27T22-18-53-990Z.xml Special Watchlist 1632802735 2.274 2 0 0 2
2281 685 685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76283/artifact/log/WDIO.xunit-2021-09-27T22-18-58-691Z.xml BlankPage 1632802739 0.586 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 1676.217ms