home / tests

testsuites

5 rows where build_id = 2282

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
23586 2282 2282 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76296/artifact/log/WDIO.xunit-2021-09-28T22-53-54-324Z.xml Page 1632891235 0.667 17 0 0 17
23587 2282 2282 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76296/artifact/log/WDIO.xunit-2021-09-28T22-53-57-410Z.xml Special RecentChanges 1632891238 0.661 2 0 0 2
23588 2282 2282 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76296/artifact/log/WDIO.xunit-2021-09-28T22-54-00-682Z.xml User 1632891241 5.216 2 0 0 0
23589 2282 2282 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76296/artifact/log/WDIO.xunit-2021-09-28T22-54-08-339Z.xml Special Watchlist 1632891249 2.225 2 0 0 2
23590 2282 2282 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76296/artifact/log/WDIO.xunit-2021-09-28T22-54-13-054Z.xml BlankPage 1632891254 0.524 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 1654.214ms