home / tests

testsuites

5 rows where build_id = 17822

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207229 17822 17822 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2392/artifact/log/WDIO.xunit-2024-01-29T15-41-08-482Z.xml Special RecentChanges 1706568069 3.777 1 0 0 0
207230 17822 17822 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2392/artifact/log/WDIO.xunit-2024-01-29T15-41-08-544Z.xml User 1706568069 6.161 2 0 0 0
207231 17822 17822 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2392/artifact/log/WDIO.xunit-2024-01-29T15-41-08-555Z.xml Special Watchlist 1706568069 0.407 1 0 0 1
207232 17822 17822 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2392/artifact/log/WDIO.xunit-2024-01-29T15-41-08-562Z.xml Page 1706568070 23.303 9 0 0 0
207233 17822 17822 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2392/artifact/log/WDIO.xunit-2024-01-29T15-41-11-146Z.xml BlankPage 1706568072 0.777 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 1631.661ms