home / tests

testsuites

5 rows where build_id = 22236

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
254345 22236 22236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/620/artifact/log/WDIO.xunit-2024-06-16T14-25-14-426Z.xml User 1718569515 4.828 2 0 0 0
254346 22236 22236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/620/artifact/log/WDIO.xunit-2024-06-16T14-25-14-427Z.xml Special RecentChanges 1718569515 2.575 1 0 0 0
254347 22236 22236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/620/artifact/log/WDIO.xunit-2024-06-16T14-25-14-431Z.xml Page 1718569515 20.328 9 0 0 0
254348 22236 22236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/620/artifact/log/WDIO.xunit-2024-06-16T14-25-14-446Z.xml Special Watchlist 1718569515 0.498 1 0 0 1
254349 22236 22236 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/620/artifact/log/WDIO.xunit-2024-06-16T14-25-16-765Z.xml BlankPage 1718569517 0.555 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 1608.457ms