home / tests

testsuites

5 rows where build_id = 15128

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192287 15128 15128 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67334/artifact/log/WDIO.xunit-2023-09-26T19-36-36-188Z.xml User 1695778597 5.971 2 0 0 0
192288 15128 15128 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67334/artifact/log/WDIO.xunit-2023-09-26T19-36-36-192Z.xml Special Watchlist 1695778597 0.854 1 0 0 1
192289 15128 15128 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67334/artifact/log/WDIO.xunit-2023-09-26T19-36-36-196Z.xml Special RecentChanges 1695778597 3.778 1 0 0 0
192290 15128 15128 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67334/artifact/log/WDIO.xunit-2023-09-26T19-36-36-207Z.xml Page 1695778597 23.779 9 0 0 0
192291 15128 15128 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67334/artifact/log/WDIO.xunit-2023-09-26T19-36-39-382Z.xml BlankPage 1695778601 0.872 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 1602.549ms