home / tests

testsuites

5 rows where build_id = 22594

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258523 22594 22594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/136/artifact/log/WDIO.xunit-2024-06-16T13-50-27-710Z.xml User 1718567428 5.398 2 0 0 0
258524 22594 22594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/136/artifact/log/WDIO.xunit-2024-06-16T13-50-27-711Z.xml Special RecentChanges 1718567428 2.943 1 0 0 0
258525 22594 22594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/136/artifact/log/WDIO.xunit-2024-06-16T13-50-27-749Z.xml Page 1718567429 21.974 9 0 0 0
258526 22594 22594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/136/artifact/log/WDIO.xunit-2024-06-16T13-50-27-890Z.xml Special Watchlist 1718567428 0.439 1 0 0 1
258527 22594 22594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/136/artifact/log/WDIO.xunit-2024-06-16T13-50-30-249Z.xml BlankPage 1718567431 0.678 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 1710.156ms