home / tests

testsuites

4 rows where build_id = 20783

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244643 20783 20783 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8480/artifact/log/WDIO.xunit-2024-05-09T15-02-06-249Z.xml Page 1715288527 23.555 9 0 0 0
244644 20783 20783 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8480/artifact/log/WDIO.xunit-2024-05-09T15-02-06-281Z.xml User 1715288527 5.952 2 0 0 0
244645 20783 20783 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8480/artifact/log/WDIO.xunit-2024-05-09T15-02-06-310Z.xml Special Watchlist 1715288527 0.825 1 0 0 1
244646 20783 20783 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8480/artifact/log/WDIO.xunit-2024-05-09T15-02-08-842Z.xml BlankPage 1715288530 0.731 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 1617.436ms