home / tests

testsuites

5 rows where build_id = 15133

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192312 15133 15133 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67328/artifact/log/WDIO.xunit-2023-09-26T19-21-24-608Z.xml Page 1695777685 26.328 9 0 0 0
192313 15133 15133 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67328/artifact/log/WDIO.xunit-2023-09-26T19-21-24-624Z.xml Special RecentChanges 1695777685 5.291 1 0 0 0
192314 15133 15133 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67328/artifact/log/WDIO.xunit-2023-09-26T19-21-24-694Z.xml User 1695777685 7.911 2 0 0 0
192315 15133 15133 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67328/artifact/log/WDIO.xunit-2023-09-26T19-21-24-771Z.xml Special Watchlist 1695777685 0.85 1 0 0 1
192316 15133 15133 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67328/artifact/log/WDIO.xunit-2023-09-26T19-21-27-604Z.xml BlankPage 1695777689 1.453 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 1632.169ms