home / tests

testsuites

5 rows where build_id = 20684

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243310 20684 20684 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/383/artifact/log/WDIO.xunit-2024-05-07T07-12-58-371Z.xml Page 1715087579 24.22 9 0 0 0
243311 20684 20684 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/383/artifact/log/WDIO.xunit-2024-05-07T07-12-58-408Z.xml Special RecentChanges 1715087579 3.431 1 0 0 0
243312 20684 20684 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/383/artifact/log/WDIO.xunit-2024-05-07T07-12-58-486Z.xml Special Watchlist 1715087580 0.44 1 0 0 1
243313 20684 20684 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/383/artifact/log/WDIO.xunit-2024-05-07T07-12-58-629Z.xml User 1715087579 6.547 2 0 0 0
243314 20684 20684 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/383/artifact/log/WDIO.xunit-2024-05-07T07-13-01-439Z.xml BlankPage 1715087582 0.807 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 1619.401ms