home / tests

testsuites

5 rows where build_id = 746

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3070 746 746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76205/artifact/log/WDIO.xunit-2021-09-23T15-53-33-847Z.xml Page 1632434015 0.738 17 0 0 17
3071 746 746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76205/artifact/log/WDIO.xunit-2021-09-23T15-53-37-076Z.xml Special RecentChanges 1632434018 0.633 2 0 0 2
3072 746 746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76205/artifact/log/WDIO.xunit-2021-09-23T15-53-40-118Z.xml User 1632434021 5.173 2 0 0 0
3073 746 746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76205/artifact/log/WDIO.xunit-2021-09-23T15-53-47-806Z.xml Special Watchlist 1632434029 2.045 2 0 0 2
3074 746 746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76205/artifact/log/WDIO.xunit-2021-09-23T15-53-52-456Z.xml BlankPage 1632434033 0.608 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 1811.957ms