home / tests

testsuites

5 rows where build_id = 10466

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140901 10466 10466 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23820/artifact/log/WDIO.xunit-2021-10-10T16-51-44-363Z.xml Page 1633906305 0.856 17 0 0 17
140902 10466 10466 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23820/artifact/log/WDIO.xunit-2021-10-10T16-51-48-264Z.xml Special RecentChanges 1633906309 0.719 2 0 0 2
140903 10466 10466 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23820/artifact/log/WDIO.xunit-2021-10-10T16-51-51-917Z.xml User 1633906313 7.204 2 0 0 0
140904 10466 10466 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23820/artifact/log/WDIO.xunit-2021-10-10T16-52-02-073Z.xml Special Watchlist 1633906323 3.003 2 0 0 2
140905 10466 10466 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23820/artifact/log/WDIO.xunit-2021-10-10T16-52-08-052Z.xml BlankPage 1633906329 0.689 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 2186.636ms