home / tests

testsuites

5 rows where build_id = 20512

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239849 20512 20512 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1187/artifact/log/WDIO.xunit-2024-05-06T03-12-48-666Z.xml Special Watchlist 1714986770 0.652 1 0 0 1
239850 20512 20512 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1187/artifact/log/WDIO.xunit-2024-05-06T03-12-48-667Z.xml User 1714986770 8.652 2 0 0 0
239851 20512 20512 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1187/artifact/log/WDIO.xunit-2024-05-06T03-12-48-793Z.xml Page 1714986769 25.103 9 0 0 0
239852 20512 20512 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1187/artifact/log/WDIO.xunit-2024-05-06T03-12-48-846Z.xml Special RecentChanges 1714986769 5.248 1 0 0 0
239853 20512 20512 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1187/artifact/log/WDIO.xunit-2024-05-06T03-12-51-957Z.xml BlankPage 1714986774 1.194 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 1578.343ms