home / tests

testsuites

6 rows where build_id = 22539

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257887 22539 22539 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/925/artifact/log/WDIO.xunit-2024-06-16T10-47-24-062Z.xml Page 1718556445 28.572 9 1 1 0
257888 22539 22539 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/925/artifact/log/WDIO.xunit-2024-06-16T10-47-24-075Z.xml User 1718556445 6.563 2 0 0 0
257889 22539 22539 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/925/artifact/log/WDIO.xunit-2024-06-16T10-47-24-097Z.xml Special RecentChanges 1718556445 3.662 1 0 0 0
257890 22539 22539 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/925/artifact/log/WDIO.xunit-2024-06-16T10-47-24-104Z.xml Special Watchlist 1718556445 0.863 1 0 0 1
257891 22539 22539 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/925/artifact/log/WDIO.xunit-2024-06-16T10-47-27-600Z.xml BlankPage 1718556449 0.656 1 0 0 0
257892 22539 22539 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/925/artifact/log/WDIO.xunit-2024-06-16T10-47-54-915Z.xml Page 1718556476 25.582 9 1 1 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 1610.21ms