home / tests

testsuites

5 rows where build_id = 15108

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192079 15108 15108 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67354/artifact/log/WDIO.xunit-2023-09-26T20-08-08-831Z.xml Page 1695780490 25.812 9 0 0 0
192080 15108 15108 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67354/artifact/log/WDIO.xunit-2023-09-26T20-08-08-841Z.xml Special RecentChanges 1695780490 3.705 1 0 0 0
192081 15108 15108 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67354/artifact/log/WDIO.xunit-2023-09-26T20-08-08-898Z.xml User 1695780490 6.657 2 0 0 0
192082 15108 15108 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67354/artifact/log/WDIO.xunit-2023-09-26T20-08-08-924Z.xml Special Watchlist 1695780490 0.538 1 0 0 1
192083 15108 15108 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67354/artifact/log/WDIO.xunit-2023-09-26T20-08-11-785Z.xml BlankPage 1695780493 1.046 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 1733.559ms