home / tests

testsuites

5 rows where build_id = 18872

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218501 18872 18872 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6484/artifact/log/WDIO.xunit-2024-02-10T05-27-40-712Z.xml Special RecentChanges 1707568061 3.455 1 0 0 0
218502 18872 18872 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6484/artifact/log/WDIO.xunit-2024-02-10T05-27-40-721Z.xml Page 1707568062 22.843 9 0 0 0
218503 18872 18872 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6484/artifact/log/WDIO.xunit-2024-02-10T05-27-40-762Z.xml User 1707568061 6.098 2 0 0 0
218504 18872 18872 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6484/artifact/log/WDIO.xunit-2024-02-10T05-27-40-810Z.xml Special Watchlist 1707568061 0.536 1 0 0 1
218505 18872 18872 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6484/artifact/log/WDIO.xunit-2024-02-10T05-27-43-204Z.xml BlankPage 1707568064 0.883 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 1556.662ms