home / tests

testsuites

5 rows where build_id = 16223

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197015 16223 16223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10975/artifact/log/WDIO.xunit-2024-01-16T14-04-32-931Z.xml Page 1705439074 0.81 17 0 0 17
197016 16223 16223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10975/artifact/log/WDIO.xunit-2024-01-16T14-04-32-947Z.xml Special Watchlist 1705439074 1.506 2 0 0 2
197017 16223 16223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10975/artifact/log/WDIO.xunit-2024-01-16T14-04-33-115Z.xml Special RecentChanges 1705439074 1.041 2 0 0 2
197018 16223 16223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10975/artifact/log/WDIO.xunit-2024-01-16T14-04-33-161Z.xml User 1705439074 5.657 2 0 0 0
197019 16223 16223 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10975/artifact/log/WDIO.xunit-2024-01-16T14-04-36-037Z.xml BlankPage 1705439076 0.663 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 1436.932ms