home / tests

testsuites

5 rows where build_id = 733

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
2878 733 733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76226/artifact/log/WDIO.xunit-2021-09-23T22-20-20-715Z.xml Page 1632457222 0.723 17 0 0 17
2879 733 733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76226/artifact/log/WDIO.xunit-2021-09-23T22-20-24-092Z.xml Special RecentChanges 1632457225 0.813 2 0 0 2
2880 733 733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76226/artifact/log/WDIO.xunit-2021-09-23T22-20-27-367Z.xml User 1632457228 4.988 2 0 0 0
2881 733 733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76226/artifact/log/WDIO.xunit-2021-09-23T22-20-35-311Z.xml Special Watchlist 1632457236 2.413 2 0 0 2
2882 733 733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76226/artifact/log/WDIO.xunit-2021-09-23T22-20-40-284Z.xml BlankPage 1632457241 0.513 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 2201.347ms