home / tests

testsuites

5 rows where build_id = 20647

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242828 20647 20647 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/432/artifact/log/WDIO.xunit-2024-05-09T19-42-52-339Z.xml User 1715305373 15.458 2 0 0 0
242829 20647 20647 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/432/artifact/log/WDIO.xunit-2024-05-09T19-42-52-413Z.xml Page 1715305373 40.708 9 0 0 0
242830 20647 20647 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/432/artifact/log/WDIO.xunit-2024-05-09T19-42-52-438Z.xml Special RecentChanges 1715305373 6.184 1 0 0 0
242831 20647 20647 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/432/artifact/log/WDIO.xunit-2024-05-09T19-42-52-458Z.xml Special Watchlist 1715305373 0.573 1 0 0 1
242832 20647 20647 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/432/artifact/log/WDIO.xunit-2024-05-09T19-42-55-560Z.xml BlankPage 1715305377 1.789 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 1597.327ms