home / tests

testsuites

5 rows where build_id = 22213

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
254234 22213 22213 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/643/artifact/log/WDIO.xunit-2024-06-16T14-49-26-943Z.xml Page 1718570968 0.655 17 0 0 17
254235 22213 22213 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/643/artifact/log/WDIO.xunit-2024-06-16T14-49-27-034Z.xml Special Watchlist 1718570968 1.089 2 0 0 2
254236 22213 22213 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/643/artifact/log/WDIO.xunit-2024-06-16T14-49-27-070Z.xml Special RecentChanges 1718570968 1.069 2 0 0 2
254237 22213 22213 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/643/artifact/log/WDIO.xunit-2024-06-16T14-49-27-073Z.xml User 1718570968 6.591 2 0 0 0
254238 22213 22213 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/643/artifact/log/WDIO.xunit-2024-06-16T14-49-30-124Z.xml BlankPage 1718570971 1.017 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 1454.43ms