home / tests

testsuites

5 rows where build_id = 16345

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197879 16345 16345 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T23-56-40-460Z.xml Page 1705301801 23.51 9 0 0 0
197880 16345 16345 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T23-56-40-524Z.xml User 1705301801 5.634 2 0 0 0
197881 16345 16345 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T23-56-40-540Z.xml Special Watchlist 1705301801 0.451 1 0 0 1
197882 16345 16345 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T23-56-40-570Z.xml Special RecentChanges 1705301801 3.083 1 0 0 0
197883 16345 16345 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/479/artifact/log/WDIO.xunit-2024-01-14T23-56-43-009Z.xml BlankPage 1705301803 0.88 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 1665.996ms