home / tests

testsuites

5 rows where build_id = 22198

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254161 22198 22198 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/658/artifact/log/WDIO.xunit-2024-06-16T15-06-14-195Z.xml Special RecentChanges 1718571975 0.746 2 0 0 2
254162 22198 22198 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/658/artifact/log/WDIO.xunit-2024-06-16T15-06-14-216Z.xml Page 1718571975 0.641 17 0 0 17
254163 22198 22198 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/658/artifact/log/WDIO.xunit-2024-06-16T15-06-14-218Z.xml Special Watchlist 1718571975 0.929 2 0 0 2
254164 22198 22198 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/658/artifact/log/WDIO.xunit-2024-06-16T15-06-14-232Z.xml User 1718571975 4.895 2 0 0 0
254165 22198 22198 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/658/artifact/log/WDIO.xunit-2024-06-16T15-06-16-617Z.xml BlankPage 1718571977 0.6 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 1646.408ms