home / tests

testsuites

5 rows where build_id = 20652

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242853 20652 20652 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/426/artifact/log/WDIO.xunit-2024-05-09T19-11-42-992Z.xml Page 1715303503 26.801 9 0 0 0
242854 20652 20652 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/426/artifact/log/WDIO.xunit-2024-05-09T19-11-43-000Z.xml Special Watchlist 1715303504 0.484 1 0 0 1
242855 20652 20652 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/426/artifact/log/WDIO.xunit-2024-05-09T19-11-43-048Z.xml User 1715303504 6.275 2 0 0 0
242856 20652 20652 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/426/artifact/log/WDIO.xunit-2024-05-09T19-11-43-057Z.xml Special RecentChanges 1715303504 3.174 1 0 0 0
242857 20652 20652 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/426/artifact/log/WDIO.xunit-2024-05-09T19-11-45-328Z.xml BlankPage 1715303506 0.867 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 1615.73ms