home / tests

testsuites

5 rows where build_id = 9709

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135134 9709 9709 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7846/artifact/log/WDIO.xunit-2021-10-09T06-57-31-448Z.xml Page 1633784252 0.75 17 0 0 17
135135 9709 9709 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7846/artifact/log/WDIO.xunit-2021-10-09T06-57-34-798Z.xml Special RecentChanges 1633784255 0.64 2 0 0 2
135136 9709 9709 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7846/artifact/log/WDIO.xunit-2021-10-09T06-57-37-995Z.xml User 1633784259 5.65 2 0 0 0
135137 9709 9709 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7846/artifact/log/WDIO.xunit-2021-10-09T06-57-46-313Z.xml Special Watchlist 1633784267 2.584 2 0 0 2
135138 9709 9709 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7846/artifact/log/WDIO.xunit-2021-10-09T06-57-51-555Z.xml BlankPage 1633784272 0.777 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 1597.881ms