home / tests

testsuites

5 rows where build_id = 22575

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258401 22575 22575 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/155/artifact/log/WDIO.xunit-2024-06-16T14-52-35-393Z.xml Page 1718571156 23.948 9 0 0 0
258402 22575 22575 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/155/artifact/log/WDIO.xunit-2024-06-16T14-52-35-420Z.xml Special Watchlist 1718571156 0.495 1 0 0 1
258403 22575 22575 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/155/artifact/log/WDIO.xunit-2024-06-16T14-52-35-445Z.xml User 1718571156 5.577 2 0 0 0
258404 22575 22575 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/155/artifact/log/WDIO.xunit-2024-06-16T14-52-35-479Z.xml Special RecentChanges 1718571156 2.893 1 0 0 0
258405 22575 22575 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/155/artifact/log/WDIO.xunit-2024-06-16T14-52-38-209Z.xml BlankPage 1718571159 0.718 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 1627.895ms