home / tests

testsuites

5 rows where build_id = 22502

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257497 22502 22502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/965/artifact/log/WDIO.xunit-2024-06-16T17-08-53-368Z.xml Page 1718579334 22.636 9 0 0 0
257498 22502 22502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/965/artifact/log/WDIO.xunit-2024-06-16T17-08-53-370Z.xml User 1718579334 5.935 2 0 0 0
257499 22502 22502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/965/artifact/log/WDIO.xunit-2024-06-16T17-08-53-393Z.xml Special Watchlist 1718579334 0.79 1 0 0 1
257500 22502 22502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/965/artifact/log/WDIO.xunit-2024-06-16T17-08-53-402Z.xml Special RecentChanges 1718579334 3.43 1 0 0 0
257501 22502 22502 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/965/artifact/log/WDIO.xunit-2024-06-16T17-08-56-214Z.xml BlankPage 1718579337 0.706 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 2310.369ms