home / tests

testsuites

5 rows where build_id = 19398

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227711 19398 19398 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/24/artifact/log/WDIO.xunit-2024-02-10T09-31-00-801Z.xml Special RecentChanges 1707582662 3.968 1 0 0 0
227712 19398 19398 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/24/artifact/log/WDIO.xunit-2024-02-10T09-31-00-817Z.xml Special Watchlist 1707582661 0.875 1 0 0 1
227713 19398 19398 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/24/artifact/log/WDIO.xunit-2024-02-10T09-31-00-833Z.xml User 1707582662 7.263 2 0 0 0
227714 19398 19398 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/24/artifact/log/WDIO.xunit-2024-02-10T09-31-00-854Z.xml Page 1707582662 25.707 9 0 0 0
227715 19398 19398 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/24/artifact/log/WDIO.xunit-2024-02-10T09-31-03-839Z.xml BlankPage 1707582665 1.509 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 1632.73ms