home / tests

testsuites

5 rows where build_id = 10162

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138807 10162 10162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7863/artifact/log/WDIO.xunit-2021-10-09T20-27-53-757Z.xml Page 1633832875 0.738 17 0 0 17
138808 10162 10162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7863/artifact/log/WDIO.xunit-2021-10-09T20-27-57-270Z.xml Special RecentChanges 1633832878 0.665 2 0 0 2
138809 10162 10162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7863/artifact/log/WDIO.xunit-2021-10-09T20-28-00-305Z.xml User 1633832881 5.695 2 0 0 0
138810 10162 10162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7863/artifact/log/WDIO.xunit-2021-10-09T20-28-08-388Z.xml Special Watchlist 1633832889 2.472 2 0 0 2
138811 10162 10162 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7863/artifact/log/WDIO.xunit-2021-10-09T20-28-13-210Z.xml BlankPage 1633832894 0.691 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 1605.979ms