home / tests

testsuites

5 rows where build_id = 22521

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
257693 22521 22521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/946/artifact/log/WDIO.xunit-2024-06-16T11-50-06-718Z.xml User 1718560208 5.851 2 0 0 0
257694 22521 22521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/946/artifact/log/WDIO.xunit-2024-06-16T11-50-06-723Z.xml Special Watchlist 1718560208 0.578 1 0 0 1
257695 22521 22521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/946/artifact/log/WDIO.xunit-2024-06-16T11-50-06-766Z.xml Special RecentChanges 1718560207 3.337 1 0 0 0
257696 22521 22521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/946/artifact/log/WDIO.xunit-2024-06-16T11-50-06-779Z.xml Page 1718560208 22.844 9 0 0 0
257697 22521 22521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/946/artifact/log/WDIO.xunit-2024-06-16T11-50-09-550Z.xml BlankPage 1718560210 0.625 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 1692.703ms