home / tests

testsuites

5 rows where build_id = 10534

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141238 10534 10534 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1611/artifact/log/WDIO.xunit-2021-10-10T18-30-07-960Z.xml Page 1633912209 0.766 17 0 0 17
141239 10534 10534 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1611/artifact/log/WDIO.xunit-2021-10-10T18-30-11-175Z.xml Special RecentChanges 1633912212 0.66 2 0 0 2
141240 10534 10534 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1611/artifact/log/WDIO.xunit-2021-10-10T18-30-14-228Z.xml User 1633912215 5.596 2 0 0 0
141241 10534 10534 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1611/artifact/log/WDIO.xunit-2021-10-10T18-30-22-258Z.xml Special Watchlist 1633912223 2.436 2 0 0 2
141242 10534 10534 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1611/artifact/log/WDIO.xunit-2021-10-10T18-30-27-049Z.xml BlankPage 1633912228 0.683 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 1571.147ms