home / tests

testsuites

5 rows where build_id = 20633

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242759 20633 20633 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/446/artifact/log/WDIO.xunit-2024-05-09T19-57-08-748Z.xml Special Watchlist 1715306229 0.565 1 0 0 1
242760 20633 20633 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/446/artifact/log/WDIO.xunit-2024-05-09T19-57-08-760Z.xml Special RecentChanges 1715306230 3.46 1 0 0 0
242761 20633 20633 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/446/artifact/log/WDIO.xunit-2024-05-09T19-57-08-790Z.xml Page 1715306230 27.296 9 0 0 0
242762 20633 20633 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/446/artifact/log/WDIO.xunit-2024-05-09T19-57-08-831Z.xml User 1715306229 6.704 2 0 0 0
242763 20633 20633 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/446/artifact/log/WDIO.xunit-2024-05-09T19-57-11-191Z.xml BlankPage 1715306232 1.078 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 1614.229ms