home / tests

testsuites

5 rows where build_id = 20776

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244576 20776 20776 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8487/artifact/log/WDIO.xunit-2024-05-09T15-07-28-989Z.xml Special RecentChanges 1715288849 3.469 1 0 0 0
244577 20776 20776 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8487/artifact/log/WDIO.xunit-2024-05-09T15-07-28-998Z.xml Special Watchlist 1715288850 0.422 1 0 0 1
244578 20776 20776 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8487/artifact/log/WDIO.xunit-2024-05-09T15-07-29-006Z.xml User 1715288849 5.972 2 0 0 0
244579 20776 20776 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8487/artifact/log/WDIO.xunit-2024-05-09T15-07-29-015Z.xml Page 1715288850 22.88 9 0 0 0
244580 20776 20776 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8487/artifact/log/WDIO.xunit-2024-05-09T15-07-31-511Z.xml BlankPage 1715288852 0.761 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 1598.811ms