home / tests

testsuites

5 rows where build_id = 17843

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
207533 17843 17843 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1759/artifact/log/WDIO.xunit-2024-01-24T22-53-40-272Z.xml User 1706162022 10.199 2 0 0 0
207534 17843 17843 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1759/artifact/log/WDIO.xunit-2024-01-24T22-53-40-360Z.xml Special Watchlist 1706162022 0.848 1 0 0 1
207535 17843 17843 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1759/artifact/log/WDIO.xunit-2024-01-24T22-53-40-364Z.xml Page 1706162022 35.144 9 0 0 0
207536 17843 17843 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1759/artifact/log/WDIO.xunit-2024-01-24T22-53-40-407Z.xml Special RecentChanges 1706162022 6.4 1 0 0 0
207537 17843 17843 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1759/artifact/log/WDIO.xunit-2024-01-24T22-53-45-264Z.xml BlankPage 1706162027 1.555 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 4757.159ms