home / tests

testsuites

5 rows where build_id = 9955

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136780 9955 9955 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23796/artifact/log/WDIO.xunit-2021-10-09T10-47-24-275Z.xml Page 1633798045 0.717 17 0 0 17
136781 9955 9955 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23796/artifact/log/WDIO.xunit-2021-10-09T10-47-27-297Z.xml Special RecentChanges 1633798048 0.685 2 0 0 2
136782 9955 9955 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23796/artifact/log/WDIO.xunit-2021-10-09T10-47-30-180Z.xml User 1633798051 5.448 2 0 0 0
136783 9955 9955 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23796/artifact/log/WDIO.xunit-2021-10-09T10-47-37-875Z.xml Special Watchlist 1633798058 2.506 2 0 0 2
136784 9955 9955 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23796/artifact/log/WDIO.xunit-2021-10-09T10-47-42-617Z.xml BlankPage 1633798063 0.709 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 1600.097ms