home / tests

testsuites

5 rows where build_id = 881

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
4715 881 881 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8487/artifact/log/WDIO.xunit-2021-09-24T20-34-55-140Z.xml Page 1632537296 0.786 17 0 0 17
4716 881 881 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8487/artifact/log/WDIO.xunit-2021-09-24T20-34-58-903Z.xml Special RecentChanges 1632537300 0.636 2 0 0 2
4717 881 881 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8487/artifact/log/WDIO.xunit-2021-09-24T20-35-02-197Z.xml User 1632537303 5.874 2 0 0 0
4718 881 881 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8487/artifact/log/WDIO.xunit-2021-09-24T20-35-11-215Z.xml Special Watchlist 1632537312 2.696 2 0 0 2
4719 881 881 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8487/artifact/log/WDIO.xunit-2021-09-24T20-35-17-040Z.xml BlankPage 1632537318 1.168 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 1478.079ms