home / tests

testsuites

9 rows where build_id = 20765

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244485 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-45-26-312Z.xml Edit Event Registration 1715291127 21.91 4 0 0 0
244486 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-45-49-960Z.xml Enable Event Registration @daily 1715291151 10.803 3 0 0 0
244487 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-02-454Z.xml Event page 1715291163 15.187 3 0 0 0
244488 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-19-298Z.xml MyEvents 1715291180 4.111 2 0 0 1
244489 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-34-926Z.xml Page 1715291195 25.308 9 0 0 0
244490 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-34-962Z.xml Special RecentChanges 1715291196 3.193 1 0 0 0
244491 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-34-966Z.xml User 1715291195 5.523 2 0 0 0
244492 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-34-967Z.xml Special Watchlist 1715291195 0.399 1 0 0 1
244493 20765 20765 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8498/artifact/log/WDIO.xunit-2024-05-09T15-46-37-060Z.xml BlankPage 1715291198 0.798 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 1668.239ms