home / tests

testsuites

4 rows where build_id = 20769

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244509 20769 20769 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8494/artifact/log/WDIO.xunit-2024-05-09T15-31-28-435Z.xml Page 1715290289 23.722 9 0 0 0
244510 20769 20769 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8494/artifact/log/WDIO.xunit-2024-05-09T15-31-28-463Z.xml User 1715290289 6.49 2 0 0 0
244511 20769 20769 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8494/artifact/log/WDIO.xunit-2024-05-09T15-31-28-490Z.xml Special RecentChanges 1715290289 4.193 1 0 0 0
244512 20769 20769 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8494/artifact/log/WDIO.xunit-2024-05-09T15-31-31-391Z.xml BlankPage 1715290292 0.628 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.976ms