home / tests

testsuites

5 rows where build_id = 19324

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
227079 19324 19324 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2038/artifact/log/WDIO.xunit-2024-02-14T09-06-45-911Z.xml Special Watchlist 1707926807 0.456 1 0 0 1
227080 19324 19324 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2038/artifact/log/WDIO.xunit-2024-02-14T09-06-45-912Z.xml Page 1707926807 21.869 9 0 0 0
227081 19324 19324 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2038/artifact/log/WDIO.xunit-2024-02-14T09-06-45-916Z.xml Special RecentChanges 1707926807 2.554 1 0 0 0
227082 19324 19324 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2038/artifact/log/WDIO.xunit-2024-02-14T09-06-45-929Z.xml User 1707926807 5.529 2 0 0 0
227083 19324 19324 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2038/artifact/log/WDIO.xunit-2024-02-14T09-06-48-318Z.xml BlankPage 1707926809 1.307 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 3633.328ms