home / tests

testsuites

5 rows where build_id = 20685

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243315 20685 20685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/382/artifact/log/WDIO.xunit-2024-05-06T20-27-09-245Z.xml User 1715048830 7.889 2 0 0 0
243316 20685 20685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/382/artifact/log/WDIO.xunit-2024-05-06T20-27-09-260Z.xml Special Watchlist 1715048830 0.423 1 0 0 1
243317 20685 20685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/382/artifact/log/WDIO.xunit-2024-05-06T20-27-09-299Z.xml Special RecentChanges 1715048830 4.025 1 0 0 0
243318 20685 20685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/382/artifact/log/WDIO.xunit-2024-05-06T20-27-09-339Z.xml Page 1715048830 28.479 9 0 0 0
243319 20685 20685 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/382/artifact/log/WDIO.xunit-2024-05-06T20-27-12-479Z.xml BlankPage 1715048833 1.172 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 1613.513ms