home / tests

testsuites

4 rows where build_id = 18864

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218462 18864 18864 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6492/artifact/log/WDIO.xunit-2024-02-10T05-31-12-515Z.xml Page 1707568273 21.029 9 0 0 0
218463 18864 18864 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6492/artifact/log/WDIO.xunit-2024-02-10T05-31-12-559Z.xml User 1707568273 5.106 2 0 0 0
218464 18864 18864 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6492/artifact/log/WDIO.xunit-2024-02-10T05-31-12-562Z.xml Special RecentChanges 1707568273 2.311 1 0 0 0
218465 18864 18864 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6492/artifact/log/WDIO.xunit-2024-02-10T05-31-14-874Z.xml BlankPage 1707568275 0.603 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 1650.083ms