home / tests

testsuites

5 rows where build_id = 10530

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141218 10530 10530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1615/artifact/log/WDIO.xunit-2021-10-10T18-30-16-305Z.xml Page 1633912217 0.803 17 0 0 17
141219 10530 10530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1615/artifact/log/WDIO.xunit-2021-10-10T18-30-20-106Z.xml Special RecentChanges 1633912221 0.711 2 0 0 2
141220 10530 10530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1615/artifact/log/WDIO.xunit-2021-10-10T18-30-23-856Z.xml User 1633912225 6.46 2 0 0 0
141221 10530 10530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1615/artifact/log/WDIO.xunit-2021-10-10T18-30-33-400Z.xml Special Watchlist 1633912234 2.949 2 0 0 2
141222 10530 10530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1615/artifact/log/WDIO.xunit-2021-10-10T18-30-39-477Z.xml BlankPage 1633912240 0.72 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 1603.603ms