home / tests

testsuites

5 rows where build_id = 9676

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
134920 9676 9676 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7779/artifact/log/WDIO.xunit-2021-10-09T06-08-32-162Z.xml Page 1633781313 0.812 17 0 0 17
134921 9676 9676 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7779/artifact/log/WDIO.xunit-2021-10-09T06-08-35-262Z.xml Special RecentChanges 1633781316 0.616 2 0 0 2
134922 9676 9676 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7779/artifact/log/WDIO.xunit-2021-10-09T06-08-38-107Z.xml User 1633781319 5.412 2 0 0 0
134923 9676 9676 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7779/artifact/log/WDIO.xunit-2021-10-09T06-08-45-823Z.xml Special Watchlist 1633781326 2.458 2 0 0 2
134924 9676 9676 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7779/artifact/log/WDIO.xunit-2021-10-09T06-08-50-609Z.xml BlankPage 1633781331 0.638 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 1610.387ms