home / tests

testsuites

5 rows where build_id = 10160

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138797 10160 10160 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7865/artifact/log/WDIO.xunit-2021-10-09T20-28-43-728Z.xml Page 1633832924 0.752 17 0 0 17
138798 10160 10160 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7865/artifact/log/WDIO.xunit-2021-10-09T20-28-46-871Z.xml Special RecentChanges 1633832927 0.586 2 0 0 2
138799 10160 10160 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7865/artifact/log/WDIO.xunit-2021-10-09T20-28-49-807Z.xml User 1633832930 5.375 2 0 0 0
138800 10160 10160 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7865/artifact/log/WDIO.xunit-2021-10-09T20-28-57-697Z.xml Special Watchlist 1633832938 2.443 2 0 0 2
138801 10160 10160 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7865/artifact/log/WDIO.xunit-2021-10-09T20-29-02-544Z.xml BlankPage 1633832943 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 1584.573ms