home / tests

testsuites

5 rows where build_id = 9699

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
135084 9699 9699 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1526/artifact/log/WDIO.xunit-2021-10-09T06-04-44-753Z.xml Page 1633781086 0.874 17 0 0 17
135085 9699 9699 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1526/artifact/log/WDIO.xunit-2021-10-09T06-04-49-134Z.xml Special RecentChanges 1633781090 0.756 2 0 0 2
135086 9699 9699 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1526/artifact/log/WDIO.xunit-2021-10-09T06-04-53-224Z.xml User 1633781094 6.306 2 0 0 0
135087 9699 9699 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1526/artifact/log/WDIO.xunit-2021-10-09T06-05-03-132Z.xml Special Watchlist 1633781104 2.75 2 0 0 2
135088 9699 9699 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1526/artifact/log/WDIO.xunit-2021-10-09T06-05-09-425Z.xml BlankPage 1633781110 0.781 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 1850.945ms