home / tests

testsuites

5 rows where build_id = 16507

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
199395 16507 16507 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/85997/artifact/log/WDIO.xunit-2024-01-16T13-14-45-248Z.xml User 1705436087 18.791 2 0 0 0
199396 16507 16507 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/85997/artifact/log/WDIO.xunit-2024-01-16T13-14-45-285Z.xml Special RecentChanges 1705436087 4.454 1 0 0 0
199397 16507 16507 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/85997/artifact/log/WDIO.xunit-2024-01-16T13-14-45-318Z.xml Special Watchlist 1705436087 0.878 1 0 0 1
199398 16507 16507 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/85997/artifact/log/WDIO.xunit-2024-01-16T13-14-45-320Z.xml Page 1705436087 62.91 9 0 0 0
199399 16507 16507 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/85997/artifact/log/WDIO.xunit-2024-01-16T13-14-49-455Z.xml BlankPage 1705436091 13.415 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 1670.722ms