home / tests

testsuites

5 rows where build_id = 20623

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242711 20623 20623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/456/artifact/log/WDIO.xunit-2024-05-09T20-49-19-772Z.xml Page 1715309360 25.019 9 0 0 0
242712 20623 20623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/456/artifact/log/WDIO.xunit-2024-05-09T20-49-19-807Z.xml Special RecentChanges 1715309360 3.406 1 0 0 0
242713 20623 20623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/456/artifact/log/WDIO.xunit-2024-05-09T20-49-19-890Z.xml Special Watchlist 1715309360 0.497 1 0 0 1
242714 20623 20623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/456/artifact/log/WDIO.xunit-2024-05-09T20-49-19-926Z.xml User 1715309360 5.8 2 0 0 0
242715 20623 20623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/456/artifact/log/WDIO.xunit-2024-05-09T20-49-22-300Z.xml BlankPage 1715309363 0.812 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.589ms