home / tests

testsuites

5 rows where build_id = 22636

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
259035 22636 22636 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1222/artifact/log/WDIO.xunit-2024-06-16T16-14-42-080Z.xml Special Watchlist 1718576083 0.316 1 0 0 1
259036 22636 22636 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1222/artifact/log/WDIO.xunit-2024-06-16T16-14-42-093Z.xml Special RecentChanges 1718576083 3.596 1 0 0 0
259037 22636 22636 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1222/artifact/log/WDIO.xunit-2024-06-16T16-14-42-172Z.xml Page 1718576083 25.459 9 0 0 0
259038 22636 22636 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1222/artifact/log/WDIO.xunit-2024-06-16T16-14-42-183Z.xml User 1718576083 5.489 2 0 0 0
259039 22636 22636 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1222/artifact/log/WDIO.xunit-2024-06-16T16-14-44-836Z.xml BlankPage 1718576085 0.869 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 1641.095ms