home / tests

testsuites

5 rows where build_id = 9755

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135367 9755 9755 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1547/artifact/log/WDIO.xunit-2021-10-09T06-23-14-208Z.xml Page 1633782195 0.779 17 0 0 17
135368 9755 9755 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1547/artifact/log/WDIO.xunit-2021-10-09T06-23-17-484Z.xml Special RecentChanges 1633782198 0.676 2 0 0 2
135369 9755 9755 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1547/artifact/log/WDIO.xunit-2021-10-09T06-23-20-712Z.xml User 1633782202 5.448 2 0 0 0
135370 9755 9755 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1547/artifact/log/WDIO.xunit-2021-10-09T06-23-29-011Z.xml Special Watchlist 1633782210 2.357 2 0 0 2
135371 9755 9755 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1547/artifact/log/WDIO.xunit-2021-10-09T06-23-33-823Z.xml BlankPage 1633782214 0.635 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 1581.483ms