home / tests

testsuites

5 rows where build_id = 9967

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136840 9967 9967 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23781/artifact/log/WDIO.xunit-2021-10-09T10-27-23-737Z.xml Page 1633796845 0.851 17 0 0 17
136841 9967 9967 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23781/artifact/log/WDIO.xunit-2021-10-09T10-27-27-675Z.xml Special RecentChanges 1633796848 0.726 2 0 0 2
136842 9967 9967 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23781/artifact/log/WDIO.xunit-2021-10-09T10-27-30-961Z.xml User 1633796852 24.23 2 0 0 0
136843 9967 9967 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23781/artifact/log/WDIO.xunit-2021-10-09T10-27-58-456Z.xml Special Watchlist 1633796880 2.755 2 0 0 2
136844 9967 9967 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23781/artifact/log/WDIO.xunit-2021-10-09T10-28-04-213Z.xml BlankPage 1633796885 0.764 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 1615.49ms