home / tests

testsuites

5 rows where build_id = 22472

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
256964 22472 22472 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/996/artifact/log/WDIO.xunit-2024-06-16T20-04-38-193Z.xml Page 1718589879 30.806 9 0 0 0
256965 22472 22472 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/996/artifact/log/WDIO.xunit-2024-06-16T20-04-38-276Z.xml Special RecentChanges 1718589879 5.522 1 0 0 0
256966 22472 22472 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/996/artifact/log/WDIO.xunit-2024-06-16T20-04-38-291Z.xml Special Watchlist 1718589879 0.856 1 0 0 1
256967 22472 22472 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/996/artifact/log/WDIO.xunit-2024-06-16T20-04-38-353Z.xml User 1718589879 10.728 2 0 0 0
256968 22472 22472 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/996/artifact/log/WDIO.xunit-2024-06-16T20-04-41-621Z.xml BlankPage 1718589883 1.498 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 1705.911ms