home / tests

testsuites

5 rows where build_id = 15139

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192380 15139 15139 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67321/artifact/log/WDIO.xunit-2023-09-26T18-55-24-224Z.xml Page 1695776125 23.534 9 0 0 0
192381 15139 15139 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67321/artifact/log/WDIO.xunit-2023-09-26T18-55-24-236Z.xml User 1695776125 5.804 2 0 0 0
192382 15139 15139 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67321/artifact/log/WDIO.xunit-2023-09-26T18-55-24-247Z.xml Special RecentChanges 1695776125 3.451 1 0 0 0
192383 15139 15139 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67321/artifact/log/WDIO.xunit-2023-09-26T18-55-24-331Z.xml Special Watchlist 1695776125 0.748 1 0 0 1
192384 15139 15139 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67321/artifact/log/WDIO.xunit-2023-09-26T18-55-26-984Z.xml BlankPage 1695776128 0.753 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 1612.698ms