home / tests

testsuites

5 rows where build_id = 16450

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
198886 16450 16450 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86057/artifact/log/WDIO.xunit-2024-01-16T15-57-25-327Z.xml Special Watchlist 1705445846 0.923 1 0 0 1
198887 16450 16450 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86057/artifact/log/WDIO.xunit-2024-01-16T15-57-25-350Z.xml Page 1705445846 31.349 9 0 0 0
198888 16450 16450 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86057/artifact/log/WDIO.xunit-2024-01-16T15-57-25-351Z.xml Special RecentChanges 1705445846 6.147 1 0 0 0
198889 16450 16450 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86057/artifact/log/WDIO.xunit-2024-01-16T15-57-25-356Z.xml User 1705445846 11.165 2 0 0 0
198890 16450 16450 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86057/artifact/log/WDIO.xunit-2024-01-16T15-57-28-828Z.xml BlankPage 1705445850 1.848 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 1624.258ms