home / tests

testsuites

5 rows where build_id = 15104

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192058 15104 15104 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67358/artifact/log/WDIO.xunit-2023-09-26T20-23-07-787Z.xml User 1695781388 7.563 2 0 0 0
192059 15104 15104 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67358/artifact/log/WDIO.xunit-2023-09-26T20-23-07-792Z.xml Page 1695781388 28.579 9 0 0 0
192060 15104 15104 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67358/artifact/log/WDIO.xunit-2023-09-26T20-23-07-811Z.xml Special RecentChanges 1695781388 5.249 1 0 0 0
192061 15104 15104 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67358/artifact/log/WDIO.xunit-2023-09-26T20-23-07-815Z.xml Special Watchlist 1695781389 0.428 1 0 0 1
192062 15104 15104 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67358/artifact/log/WDIO.xunit-2023-09-26T20-23-10-961Z.xml BlankPage 1695781393 1.301 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 1516.517ms