home / tests

testsuites

5 rows where build_id = 2277

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
23561 2277 2277 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76303/artifact/log/WDIO.xunit-2021-09-29T01-52-14-196Z.xml Page 1632901935 0.85 17 0 0 17
23562 2277 2277 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76303/artifact/log/WDIO.xunit-2021-09-29T01-52-18-451Z.xml Special RecentChanges 1632901940 0.719 2 0 0 2
23563 2277 2277 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76303/artifact/log/WDIO.xunit-2021-09-29T01-52-22-479Z.xml User 1632901944 5.404 2 0 0 0
23564 2277 2277 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76303/artifact/log/WDIO.xunit-2021-09-29T01-52-31-254Z.xml Special Watchlist 1632901952 2.376 2 0 0 2
23565 2277 2277 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76303/artifact/log/WDIO.xunit-2021-09-29T01-52-37-037Z.xml BlankPage 1632901958 0.566 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 1524.272ms