home / tests

testsuites

5 rows where build_id = 19326

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227089 19326 19326 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2036/artifact/log/WDIO.xunit-2024-02-14T02-09-57-503Z.xml Page 1707901799 28.004 9 0 0 0
227090 19326 19326 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2036/artifact/log/WDIO.xunit-2024-02-14T02-09-57-508Z.xml Special RecentChanges 1707901798 3.8 1 0 0 0
227091 19326 19326 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2036/artifact/log/WDIO.xunit-2024-02-14T02-09-57-527Z.xml User 1707901798 10.021 2 0 0 0
227092 19326 19326 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2036/artifact/log/WDIO.xunit-2024-02-14T02-09-57-550Z.xml Special Watchlist 1707901798 0.476 1 0 0 1
227093 19326 19326 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/2036/artifact/log/WDIO.xunit-2024-02-14T02-10-00-132Z.xml BlankPage 1707901801 0.799 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 1655.744ms