home / tests

testsuites

6 rows where build_id = 16337

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, timestamp, tests, failures, errors

id ▼ build_id url name timestamp time tests failures errors skipped
197821 16337 16337 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2497/artifact/log/WDIO.xunit-2024-01-11T19-20-11-891Z.xml Page 1705026013 25.433 9 1 1 0
197822 16337 16337 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2497/artifact/log/WDIO.xunit-2024-01-11T19-20-11-938Z.xml User 1705026013 5.42 2 0 0 0
197823 16337 16337 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2497/artifact/log/WDIO.xunit-2024-01-11T19-20-11-986Z.xml Special RecentChanges 1705026013 3.28 1 0 0 0
197824 16337 16337 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2497/artifact/log/WDIO.xunit-2024-01-11T19-20-12-018Z.xml Special Watchlist 1705026013 0.498 1 0 0 1
197825 16337 16337 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2497/artifact/log/WDIO.xunit-2024-01-11T19-20-14-448Z.xml BlankPage 1705026015 0.855 1 0 0 0
197826 16337 16337 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2497/artifact/log/WDIO.xunit-2024-01-11T19-20-39-527Z.xml Page 1705026040 23.452 9 1 1 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 1609.79ms