home / tests

testsuites

4 rows where build_id = 20693

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243354 20693 20693 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/368/artifact/log/WDIO.xunit-2024-05-06T16-24-54-373Z.xml User 1715034295 4.29 2 0 0 0
243355 20693 20693 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/368/artifact/log/WDIO.xunit-2024-05-06T16-24-54-403Z.xml Page 1715034295 24.454 9 0 0 0
243356 20693 20693 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/368/artifact/log/WDIO.xunit-2024-05-06T16-24-54-504Z.xml Special RecentChanges 1715034295 2.595 1 0 0 0
243357 20693 20693 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/368/artifact/log/WDIO.xunit-2024-05-06T16-24-56-492Z.xml BlankPage 1715034297 0.735 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 1633.469ms