home / tests

testsuites

5 rows where build_id = 10497

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141051 10497 10497 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7873/artifact/log/WDIO.xunit-2021-10-10T18-30-39-568Z.xml Page 1633912241 0.848 17 0 0 17
141052 10497 10497 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7873/artifact/log/WDIO.xunit-2021-10-10T18-30-43-788Z.xml Special RecentChanges 1633912245 0.787 2 0 0 2
141053 10497 10497 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7873/artifact/log/WDIO.xunit-2021-10-10T18-30-48-137Z.xml User 1633912249 7.195 2 0 0 0
141054 10497 10497 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7873/artifact/log/WDIO.xunit-2021-10-10T18-30-58-787Z.xml Special Watchlist 1633912260 7.894 2 0 0 2
141055 10497 10497 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7873/artifact/log/WDIO.xunit-2021-10-10T18-31-09-982Z.xml BlankPage 1633912271 0.835 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.823ms