home / tests

testsuites

5 rows where build_id = 10529

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141213 10529 10529 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1616/artifact/log/WDIO.xunit-2021-10-10T18-30-41-236Z.xml Page 1633912242 0.896 17 0 0 17
141214 10529 10529 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1616/artifact/log/WDIO.xunit-2021-10-10T18-30-45-587Z.xml Special RecentChanges 1633912247 0.712 2 0 0 2
141215 10529 10529 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1616/artifact/log/WDIO.xunit-2021-10-10T18-30-49-594Z.xml User 1633912251 6.492 2 0 0 0
141216 10529 10529 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1616/artifact/log/WDIO.xunit-2021-10-10T18-30-59-477Z.xml Special Watchlist 1633912261 2.672 2 0 0 2
141217 10529 10529 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1616/artifact/log/WDIO.xunit-2021-10-10T18-31-05-569Z.xml BlankPage 1633912267 1.647 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 1582.803ms