home / tests

testsuites

5 rows where build_id = 19245

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
226188 19245 19245 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2662/artifact/log/WDIO.xunit-2024-02-13T20-10-46-172Z.xml Special RecentChanges 1707880247 3.276 1 0 0 0
226189 19245 19245 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2662/artifact/log/WDIO.xunit-2024-02-13T20-10-46-178Z.xml Page 1707880247 24.56 9 0 0 0
226190 19245 19245 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2662/artifact/log/WDIO.xunit-2024-02-13T20-10-46-190Z.xml User 1707880247 5.592 2 0 0 0
226191 19245 19245 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2662/artifact/log/WDIO.xunit-2024-02-13T20-10-46-265Z.xml Special Watchlist 1707880247 0.409 1 0 0 1
226192 19245 19245 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2662/artifact/log/WDIO.xunit-2024-02-13T20-10-48-798Z.xml BlankPage 1707880249 0.717 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.409ms