home / tests

testsuites

5 rows where build_id = 9975

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136883 9975 9975 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23773/artifact/log/WDIO.xunit-2021-10-09T10-22-15-221Z.xml Page 1633796536 1.12 17 0 0 17
136884 9975 9975 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23773/artifact/log/WDIO.xunit-2021-10-09T10-22-19-146Z.xml Special RecentChanges 1633796540 0.683 2 0 0 2
136885 9975 9975 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23773/artifact/log/WDIO.xunit-2021-10-09T10-22-22-245Z.xml User 1633796543 5.209 2 0 0 0
136886 9975 9975 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23773/artifact/log/WDIO.xunit-2021-10-09T10-22-29-926Z.xml Special Watchlist 1633796551 2.461 2 0 0 2
136887 9975 9975 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23773/artifact/log/WDIO.xunit-2021-10-09T10-22-35-375Z.xml BlankPage 1633796556 1.612 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 1573.625ms