home / tests

testsuites

5 rows where build_id = 20503

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239793 20503 20503 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1200/artifact/log/WDIO.xunit-2024-05-06T10-01-14-541Z.xml User 1715011275 6.517 2 0 0 0
239794 20503 20503 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1200/artifact/log/WDIO.xunit-2024-05-06T10-01-14-624Z.xml Special RecentChanges 1715011276 3.685 1 0 0 0
239795 20503 20503 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1200/artifact/log/WDIO.xunit-2024-05-06T10-01-14-674Z.xml Special Watchlist 1715011275 0.73 1 0 0 1
239796 20503 20503 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1200/artifact/log/WDIO.xunit-2024-05-06T10-01-14-688Z.xml Page 1715011275 24.852 9 0 0 0
239797 20503 20503 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1200/artifact/log/WDIO.xunit-2024-05-06T10-01-17-484Z.xml BlankPage 1715011278 1.307 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 1618.951ms