home / tests

testsuites

5 rows where build_id = 10191

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138996 10191 10191 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1610/artifact/log/WDIO.xunit-2021-10-09T21-48-28-715Z.xml Page 1633837710 2.737 17 0 0 17
138997 10191 10191 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1610/artifact/log/WDIO.xunit-2021-10-09T21-48-34-437Z.xml Special RecentChanges 1633837715 2.064 2 0 0 2
138998 10191 10191 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1610/artifact/log/WDIO.xunit-2021-10-09T21-48-39-152Z.xml User 1633837720 6.026 2 0 0 0
138999 10191 10191 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1610/artifact/log/WDIO.xunit-2021-10-09T21-48-48-112Z.xml Special Watchlist 1633837729 2.439 2 0 0 2
139000 10191 10191 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1610/artifact/log/WDIO.xunit-2021-10-09T21-48-53-486Z.xml BlankPage 1633837734 0.861 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 1569.814ms