home / tests

testsuites

5 rows where build_id = 2279

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
23571 2279 2279 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76299/artifact/log/WDIO.xunit-2021-09-29T00-11-51-480Z.xml Page 1632895913 0.807 17 0 0 17
23572 2279 2279 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76299/artifact/log/WDIO.xunit-2021-09-29T00-11-55-171Z.xml Special RecentChanges 1632895916 0.61 2 0 0 2
23573 2279 2279 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76299/artifact/log/WDIO.xunit-2021-09-29T00-11-58-259Z.xml User 1632895919 4.828 2 0 0 0
23574 2279 2279 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76299/artifact/log/WDIO.xunit-2021-09-29T00-12-05-550Z.xml Special Watchlist 1632895926 2.245 2 0 0 2
23575 2279 2279 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76299/artifact/log/WDIO.xunit-2021-09-29T00-12-10-361Z.xml BlankPage 1632895931 1.603 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 1516.336ms