home / tests

testsuites

5 rows where build_id = 10009

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137056 10009 10009 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8527/artifact/log/WDIO.xunit-2021-10-09T10-21-41-463Z.xml Page 1633796502 0.693 17 0 0 17
137057 10009 10009 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8527/artifact/log/WDIO.xunit-2021-10-09T10-21-44-536Z.xml Special RecentChanges 1633796505 0.664 2 0 0 2
137058 10009 10009 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8527/artifact/log/WDIO.xunit-2021-10-09T10-21-47-621Z.xml User 1633796508 5.11 2 0 0 0
137059 10009 10009 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8527/artifact/log/WDIO.xunit-2021-10-09T10-21-55-173Z.xml Special Watchlist 1633796516 2.222 2 0 0 2
137060 10009 10009 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8527/artifact/log/WDIO.xunit-2021-10-09T10-21-59-771Z.xml BlankPage 1633796520 0.7 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 1575.324ms