home / tests

testsuites

5 rows where build_id = 20473

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239397 20473 20473 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1236/artifact/log/WDIO.xunit-2024-05-08T11-09-37-672Z.xml Special RecentChanges 1715188178 0.861 2 0 0 2
239398 20473 20473 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1236/artifact/log/WDIO.xunit-2024-05-08T11-09-37-675Z.xml Page 1715188178 0.683 17 0 0 17
239399 20473 20473 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1236/artifact/log/WDIO.xunit-2024-05-08T11-09-37-680Z.xml Special Watchlist 1715188178 1.279 2 0 0 2
239400 20473 20473 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1236/artifact/log/WDIO.xunit-2024-05-08T11-09-37-708Z.xml User 1715188178 4.903 2 0 0 0
239401 20473 20473 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1236/artifact/log/WDIO.xunit-2024-05-08T11-09-39-832Z.xml BlankPage 1715188180 0.482 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 1617.458ms