home / tests

testsuites

5 rows where build_id = 9954

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136775 9954 9954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23798/artifact/log/WDIO.xunit-2021-10-09T10-53-00-966Z.xml Page 1633798382 0.862 17 0 0 17
136776 9954 9954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23798/artifact/log/WDIO.xunit-2021-10-09T10-53-04-853Z.xml Special RecentChanges 1633798386 0.726 2 0 0 2
136777 9954 9954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23798/artifact/log/WDIO.xunit-2021-10-09T10-53-08-157Z.xml User 1633798389 5.429 2 0 0 0
136778 9954 9954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23798/artifact/log/WDIO.xunit-2021-10-09T10-53-16-518Z.xml Special Watchlist 1633798397 2.653 2 0 0 2
136779 9954 9954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23798/artifact/log/WDIO.xunit-2021-10-09T10-53-21-720Z.xml BlankPage 1633798402 0.728 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 1595.787ms