home / tests

testsuites

5 rows where build_id = 16236

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197100 16236 16236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10960/artifact/log/WDIO.xunit-2024-01-15T20-26-04-168Z.xml Special RecentChanges 1705375565 0.984 2 0 0 2
197101 16236 16236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10960/artifact/log/WDIO.xunit-2024-01-15T20-26-04-212Z.xml Page 1705375565 0.641 17 0 0 17
197102 16236 16236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10960/artifact/log/WDIO.xunit-2024-01-15T20-26-04-296Z.xml User 1705375565 5.948 2 0 0 0
197103 16236 16236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10960/artifact/log/WDIO.xunit-2024-01-15T20-26-04-336Z.xml Special Watchlist 1705375565 1.286 2 0 0 2
197104 16236 16236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10960/artifact/log/WDIO.xunit-2024-01-15T20-26-07-127Z.xml BlankPage 1705375568 0.714 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 1866.258ms