home / tests

testsuites

5 rows where build_id = 20498

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239769 20498 20498 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1205/artifact/log/WDIO.xunit-2024-05-06T11-06-50-116Z.xml Page 1715015211 22.125 9 0 0 0
239770 20498 20498 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1205/artifact/log/WDIO.xunit-2024-05-06T11-06-50-126Z.xml User 1715015211 6.931 2 0 0 0
239771 20498 20498 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1205/artifact/log/WDIO.xunit-2024-05-06T11-06-50-137Z.xml Special RecentChanges 1715015211 3.274 1 0 0 0
239772 20498 20498 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1205/artifact/log/WDIO.xunit-2024-05-06T11-06-50-148Z.xml Special Watchlist 1715015211 0.752 1 0 0 1
239773 20498 20498 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1205/artifact/log/WDIO.xunit-2024-05-06T11-06-52-655Z.xml BlankPage 1715015214 0.728 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 1702.924ms