home / tests

testsuites

5 rows where build_id = 20524

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239909 20524 20524 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1174/artifact/log/WDIO.xunit-2024-05-05T21-23-48-677Z.xml User 1714965830 6.168 2 0 0 0
239910 20524 20524 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1174/artifact/log/WDIO.xunit-2024-05-05T21-23-48-692Z.xml Page 1714965830 24.608 9 0 0 0
239911 20524 20524 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1174/artifact/log/WDIO.xunit-2024-05-05T21-23-48-706Z.xml Special RecentChanges 1714965829 3.829 1 0 0 0
239912 20524 20524 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1174/artifact/log/WDIO.xunit-2024-05-05T21-23-48-726Z.xml Special Watchlist 1714965829 0.71 1 0 0 1
239913 20524 20524 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1174/artifact/log/WDIO.xunit-2024-05-05T21-23-51-606Z.xml BlankPage 1714965833 0.863 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 1612.942ms