home / tests

testsuites

5 rows where build_id = 22205

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254194 22205 22205 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/651/artifact/log/WDIO.xunit-2024-06-16T14-57-51-324Z.xml User 1718571472 8.37 2 0 0 0
254195 22205 22205 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/651/artifact/log/WDIO.xunit-2024-06-16T14-57-51-341Z.xml Special RecentChanges 1718571472 4.846 1 0 0 0
254196 22205 22205 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/651/artifact/log/WDIO.xunit-2024-06-16T14-57-51-351Z.xml Special Watchlist 1718571472 0.544 1 0 0 1
254197 22205 22205 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/651/artifact/log/WDIO.xunit-2024-06-16T14-57-51-357Z.xml Page 1718571472 25.639 9 0 0 0
254198 22205 22205 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/651/artifact/log/WDIO.xunit-2024-06-16T14-57-54-141Z.xml BlankPage 1718571475 1.782 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 1633.602ms