home / tests

testsuites

5 rows where build_id = 17820

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
207186 17820 17820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2394/artifact/log/WDIO.xunit-2024-01-29T17-11-31-171Z.xml Special RecentChanges 1706573496 6.65 1 0 0 0
207187 17820 17820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2394/artifact/log/WDIO.xunit-2024-01-29T17-11-31-175Z.xml User 1706573496 29.708 2 0 0 0
207188 17820 17820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2394/artifact/log/WDIO.xunit-2024-01-29T17-11-31-182Z.xml Page 1706573496 63.307 9 0 0 0
207189 17820 17820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2394/artifact/log/WDIO.xunit-2024-01-29T17-11-31-196Z.xml Special Watchlist 1706573496 4.089 1 0 0 1
207190 17820 17820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2394/artifact/log/WDIO.xunit-2024-01-29T17-11-41-599Z.xml BlankPage 1706573502 15.318 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 1689.815ms