home / tests

testsuites

5 rows where build_id = 748

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3080 748 748 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76203/artifact/log/WDIO.xunit-2021-09-23T06-33-50-614Z.xml Page 1632400432 0.901 17 0 0 17
3081 748 748 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76203/artifact/log/WDIO.xunit-2021-09-23T06-33-54-961Z.xml Special RecentChanges 1632400436 0.795 2 0 0 2
3082 748 748 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76203/artifact/log/WDIO.xunit-2021-09-23T06-33-59-185Z.xml User 1632400440 5.58 2 0 0 0
3083 748 748 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76203/artifact/log/WDIO.xunit-2021-09-23T06-34-08-356Z.xml Special Watchlist 1632400450 2.463 2 0 0 2
3084 748 748 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76203/artifact/log/WDIO.xunit-2021-09-23T06-34-14-254Z.xml BlankPage 1632400455 0.605 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 1504.928ms