home / tests

testsuites

5 rows where build_id = 19247

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
226198 19247 19247 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2660/artifact/log/WDIO.xunit-2024-02-13T17-01-41-019Z.xml Special Watchlist 1707868902 0.701 1 0 0 1
226199 19247 19247 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2660/artifact/log/WDIO.xunit-2024-02-13T17-01-41-058Z.xml Special RecentChanges 1707868902 6.942 1 0 0 0
226200 19247 19247 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2660/artifact/log/WDIO.xunit-2024-02-13T17-01-41-068Z.xml Page 1707868902 31.857 9 0 0 0
226201 19247 19247 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2660/artifact/log/WDIO.xunit-2024-02-13T17-01-41-172Z.xml User 1707868902 12.118 2 0 0 0
226202 19247 19247 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2660/artifact/log/WDIO.xunit-2024-02-13T17-01-44-493Z.xml BlankPage 1707868907 2.179 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 2230.961ms