home / tests

testsuites

5 rows where build_id = 15129

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192292 15129 15129 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67333/artifact/log/WDIO.xunit-2023-09-26T19-35-32-966Z.xml Special RecentChanges 1695778534 6.318 1 0 0 0
192293 15129 15129 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67333/artifact/log/WDIO.xunit-2023-09-26T19-35-32-970Z.xml Page 1695778534 36.341 9 0 0 0
192294 15129 15129 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67333/artifact/log/WDIO.xunit-2023-09-26T19-35-33-071Z.xml User 1695778534 14.77 2 0 0 0
192295 15129 15129 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67333/artifact/log/WDIO.xunit-2023-09-26T19-35-33-079Z.xml Special Watchlist 1695778534 0.807 1 0 0 1
192296 15129 15129 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67333/artifact/log/WDIO.xunit-2023-09-26T19-35-36-426Z.xml BlankPage 1695778538 1.392 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 1626.955ms