home / tests

testsuites

5 rows where build_id = 744

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3060 744 744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76210/artifact/log/WDIO.xunit-2021-09-23T19-08-26-314Z.xml Page 1632445707 0.666 17 0 0 17
3061 744 744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76210/artifact/log/WDIO.xunit-2021-09-23T19-08-29-411Z.xml Special RecentChanges 1632445710 0.68 2 0 0 2
3062 744 744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76210/artifact/log/WDIO.xunit-2021-09-23T19-08-32-395Z.xml User 1632445713 4.557 2 0 0 0
3063 744 744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76210/artifact/log/WDIO.xunit-2021-09-23T19-08-39-397Z.xml Special Watchlist 1632445720 2.261 2 0 0 2
3064 744 744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76210/artifact/log/WDIO.xunit-2021-09-23T19-08-44-224Z.xml BlankPage 1632445725 0.538 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 1530.662ms