home / tests

testsuites

5 rows where build_id = 10500

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141066 10500 10500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7870/artifact/log/WDIO.xunit-2021-10-10T18-30-16-464Z.xml Page 1633912217 0.741 17 0 0 17
141067 10500 10500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7870/artifact/log/WDIO.xunit-2021-10-10T18-30-19-724Z.xml Special RecentChanges 1633912221 0.71 2 0 0 2
141068 10500 10500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7870/artifact/log/WDIO.xunit-2021-10-10T18-30-23-248Z.xml User 1633912224 5.457 2 0 0 0
141069 10500 10500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7870/artifact/log/WDIO.xunit-2021-10-10T18-30-31-110Z.xml Special Watchlist 1633912232 2.474 2 0 0 2
141070 10500 10500 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7870/artifact/log/WDIO.xunit-2021-10-10T18-30-35-951Z.xml BlankPage 1633912236 0.603 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.74ms