home / tests

testsuites

5 rows where build_id = 9675

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
134915 9675 9675 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7780/artifact/log/WDIO.xunit-2021-10-09T06-08-42-637Z.xml Page 1633781323 0.697 17 0 0 17
134916 9675 9675 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7780/artifact/log/WDIO.xunit-2021-10-09T06-08-45-753Z.xml Special RecentChanges 1633781326 0.668 2 0 0 2
134917 9675 9675 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7780/artifact/log/WDIO.xunit-2021-10-09T06-08-48-775Z.xml User 1633781329 5.477 2 0 0 0
134918 9675 9675 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7780/artifact/log/WDIO.xunit-2021-10-09T06-08-56-745Z.xml Special Watchlist 1633781337 2.632 2 0 0 2
134919 9675 9675 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7780/artifact/log/WDIO.xunit-2021-10-09T06-09-02-084Z.xml BlankPage 1633781343 0.733 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 1587.889ms