home / tests

testsuites

5 rows where build_id = 9754

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135362 9754 9754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1549/artifact/log/WDIO.xunit-2021-10-09T06-23-19-084Z.xml Page 1633782200 0.814 17 0 0 17
135363 9754 9754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1549/artifact/log/WDIO.xunit-2021-10-09T06-23-22-425Z.xml Special RecentChanges 1633782203 0.694 2 0 0 2
135364 9754 9754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1549/artifact/log/WDIO.xunit-2021-10-09T06-23-25-660Z.xml User 1633782206 5.402 2 0 0 0
135365 9754 9754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1549/artifact/log/WDIO.xunit-2021-10-09T06-23-33-545Z.xml Special Watchlist 1633782215 2.593 2 0 0 2
135366 9754 9754 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1549/artifact/log/WDIO.xunit-2021-10-09T06-23-39-039Z.xml BlankPage 1633782220 0.819 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 1604.089ms