home / tests

testsuites

5 rows where build_id = 20670

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243107 20670 20670 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/407/artifact/log/WDIO.xunit-2024-05-08T15-36-36-847Z.xml Page 1715204197 25.798 9 0 0 0
243108 20670 20670 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/407/artifact/log/WDIO.xunit-2024-05-08T15-36-36-876Z.xml Special Watchlist 1715204198 0.512 1 0 0 1
243109 20670 20670 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/407/artifact/log/WDIO.xunit-2024-05-08T15-36-36-918Z.xml User 1715204198 7.068 2 0 0 0
243110 20670 20670 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/407/artifact/log/WDIO.xunit-2024-05-08T15-36-36-960Z.xml Special RecentChanges 1715204197 4.586 1 0 0 0
243111 20670 20670 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/407/artifact/log/WDIO.xunit-2024-05-08T15-36-40-217Z.xml BlankPage 1715204201 1.046 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 1618.579ms