home / tests

testsuites

4 rows where build_id = 22514

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
257661 22514 22514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/953/artifact/log/WDIO.xunit-2024-06-16T12-20-21-728Z.xml Page 1718562022 24.059 9 0 0 0
257662 22514 22514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/953/artifact/log/WDIO.xunit-2024-06-16T12-20-21-737Z.xml User 1718562023 5.828 2 0 0 0
257663 22514 22514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/953/artifact/log/WDIO.xunit-2024-06-16T12-20-21-753Z.xml Special RecentChanges 1718562023 3.005 1 0 0 0
257664 22514 22514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/953/artifact/log/WDIO.xunit-2024-06-16T12-20-24-444Z.xml BlankPage 1718562025 0.728 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 1550.041ms