home / tests

testsuites

5 rows where build_id = 10662

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
142543 10662 10662 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7875/artifact/log/WDIO.xunit-2021-10-11T07-10-28-529Z.xml Page 1633957829 0.662 17 0 0 17
142544 10662 10662 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7875/artifact/log/WDIO.xunit-2021-10-11T07-10-31-499Z.xml Special RecentChanges 1633957832 0.676 2 0 0 2
142545 10662 10662 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7875/artifact/log/WDIO.xunit-2021-10-11T07-10-34-487Z.xml User 1633957835 4.671 2 0 0 0
142546 10662 10662 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7875/artifact/log/WDIO.xunit-2021-10-11T07-10-41-487Z.xml Special Watchlist 1633957842 2.232 2 0 0 2
142547 10662 10662 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7875/artifact/log/WDIO.xunit-2021-10-11T07-10-46-040Z.xml BlankPage 1633957846 0.684 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 1560.897ms