home / tests

testsuites

5 rows where build_id = 20661

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242894 20661 20661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/417/artifact/log/WDIO.xunit-2024-05-09T18-39-48-701Z.xml Special RecentChanges 1715301589 3.578 1 0 0 0
242895 20661 20661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/417/artifact/log/WDIO.xunit-2024-05-09T18-39-48-832Z.xml User 1715301589 6.37 2 0 0 0
242896 20661 20661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/417/artifact/log/WDIO.xunit-2024-05-09T18-39-48-833Z.xml Page 1715301589 26.854 9 0 0 0
242897 20661 20661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/417/artifact/log/WDIO.xunit-2024-05-09T18-39-48-840Z.xml Special Watchlist 1715301589 0.496 1 0 0 1
242898 20661 20661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/417/artifact/log/WDIO.xunit-2024-05-09T18-39-51-514Z.xml BlankPage 1715301593 0.908 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 1587.486ms