home / tests

testsuites

5 rows where build_id = 10117

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138528 10117 10117 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15286/artifact/log/WDIO.xunit-2021-10-09T18-55-08-914Z.xml Page 1633827310 0.748 17 0 0 17
138529 10117 10117 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15286/artifact/log/WDIO.xunit-2021-10-09T18-55-12-601Z.xml Special RecentChanges 1633827313 0.612 2 0 0 2
138530 10117 10117 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15286/artifact/log/WDIO.xunit-2021-10-09T18-55-15-681Z.xml User 1633827316 4.902 2 0 0 0
138531 10117 10117 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15286/artifact/log/WDIO.xunit-2021-10-09T18-55-23-186Z.xml Special Watchlist 1633827324 2.056 2 0 0 2
138532 10117 10117 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15286/artifact/log/WDIO.xunit-2021-10-09T18-55-27-771Z.xml BlankPage 1633827328 0.665 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 1615.586ms