home / tests

testsuites

5 rows where build_id = 9952

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136765 9952 9952 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23805/artifact/log/WDIO.xunit-2021-10-09T10-54-06-889Z.xml Page 1633798447 0.707 17 0 0 17
136766 9952 9952 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23805/artifact/log/WDIO.xunit-2021-10-09T10-54-09-854Z.xml Special RecentChanges 1633798450 0.643 2 0 0 2
136767 9952 9952 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23805/artifact/log/WDIO.xunit-2021-10-09T10-54-12-752Z.xml User 1633798453 5.195 2 0 0 0
136768 9952 9952 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23805/artifact/log/WDIO.xunit-2021-10-09T10-54-20-347Z.xml Special Watchlist 1633798461 2.414 2 0 0 2
136769 9952 9952 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23805/artifact/log/WDIO.xunit-2021-10-09T10-54-25-139Z.xml BlankPage 1633798466 0.632 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 1606.212ms