home / tests

testsuites

5 rows where build_id = 9728

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135229 9728 9728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7794/artifact/log/WDIO.xunit-2021-10-09T06-18-35-137Z.xml Page 1633781916 0.848 17 0 0 17
135230 9728 9728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7794/artifact/log/WDIO.xunit-2021-10-09T06-18-39-336Z.xml Special RecentChanges 1633781920 0.677 2 0 0 2
135231 9728 9728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7794/artifact/log/WDIO.xunit-2021-10-09T06-18-43-366Z.xml User 1633781925 6.0 2 0 0 0
135232 9728 9728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7794/artifact/log/WDIO.xunit-2021-10-09T06-18-52-713Z.xml Special Watchlist 1633781934 2.715 2 0 0 2
135233 9728 9728 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7794/artifact/log/WDIO.xunit-2021-10-09T06-18-58-752Z.xml BlankPage 1633781940 0.707 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 1592.023ms