home / tests

testsuites

4 rows where build_id = 20653

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
242858 20653 20653 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/425/artifact/log/WDIO.xunit-2024-05-09T19-09-41-275Z.xml User 1715303382 5.261 2 0 0 0
242859 20653 20653 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/425/artifact/log/WDIO.xunit-2024-05-09T19-09-41-279Z.xml Special Watchlist 1715303382 0.455 1 0 0 1
242860 20653 20653 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/425/artifact/log/WDIO.xunit-2024-05-09T19-09-41-293Z.xml Page 1715303382 21.656 9 0 0 0
242861 20653 20653 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/425/artifact/log/WDIO.xunit-2024-05-09T19-09-43-933Z.xml BlankPage 1715303384 0.683 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 1585.799ms