home / tests

testsuites

5 rows where build_id = 18899

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218632 18899 18899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6456/artifact/log/WDIO.xunit-2024-02-10T05-18-09-616Z.xml Page 1707567490 23.12 9 0 0 0
218633 18899 18899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6456/artifact/log/WDIO.xunit-2024-02-10T05-18-09-639Z.xml Special RecentChanges 1707567490 3.315 1 0 0 0
218634 18899 18899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6456/artifact/log/WDIO.xunit-2024-02-10T05-18-09-679Z.xml User 1707567490 5.502 2 0 0 0
218635 18899 18899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6456/artifact/log/WDIO.xunit-2024-02-10T05-18-09-759Z.xml Special Watchlist 1707567490 0.498 1 0 0 1
218636 18899 18899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6456/artifact/log/WDIO.xunit-2024-02-10T05-18-12-324Z.xml BlankPage 1707567493 0.725 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 1534.928ms