home / tests

testsuites

5 rows where build_id = 19239

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
226090 19239 19239 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2668/artifact/log/WDIO.xunit-2024-02-14T09-07-19-261Z.xml Special RecentChanges 1707926840 3.302 1 0 0 0
226091 19239 19239 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2668/artifact/log/WDIO.xunit-2024-02-14T09-07-19-280Z.xml User 1707926840 5.714 2 0 0 0
226092 19239 19239 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2668/artifact/log/WDIO.xunit-2024-02-14T09-07-19-287Z.xml Page 1707926840 22.89 9 0 0 0
226093 19239 19239 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2668/artifact/log/WDIO.xunit-2024-02-14T09-07-19-344Z.xml Special Watchlist 1707926840 0.441 1 0 0 1
226094 19239 19239 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2668/artifact/log/WDIO.xunit-2024-02-14T09-07-21-695Z.xml BlankPage 1707926842 0.714 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 1650.127ms