home / tests

testsuites

5 rows where build_id = 11828

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
156220 11828 11828 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8585/artifact/log/WDIO.xunit-2021-10-14T06-09-13-636Z.xml Page 1634213354 0.744 17 0 0 17
156221 11828 11828 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8585/artifact/log/WDIO.xunit-2021-10-14T06-09-16-981Z.xml Special RecentChanges 1634213358 0.693 2 0 0 2
156222 11828 11828 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8585/artifact/log/WDIO.xunit-2021-10-14T06-09-20-131Z.xml User 1634213361 5.762 2 0 0 0
156223 11828 11828 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8585/artifact/log/WDIO.xunit-2021-10-14T06-09-28-490Z.xml Special Watchlist 1634213369 2.599 2 0 0 2
156224 11828 11828 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8585/artifact/log/WDIO.xunit-2021-10-14T06-09-33-771Z.xml BlankPage 1634213375 0.766 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 1610.61ms