home / tests

testsuites

5 rows where build_id = 22309

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
254696 22309 22309 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3409/artifact/log/WDIO.xunit-2024-06-16T20-04-35-163Z.xml Special Watchlist 1718589876 1.271 2 0 0 2
254697 22309 22309 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3409/artifact/log/WDIO.xunit-2024-06-16T20-04-35-206Z.xml Page 1718589876 0.889 17 0 0 17
254698 22309 22309 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3409/artifact/log/WDIO.xunit-2024-06-16T20-04-35-290Z.xml User 1718589876 5.031 2 0 0 0
254699 22309 22309 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3409/artifact/log/WDIO.xunit-2024-06-16T20-04-35-332Z.xml Special RecentChanges 1718589876 0.842 2 0 0 2
254700 22309 22309 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3409/artifact/log/WDIO.xunit-2024-06-16T20-04-37-991Z.xml BlankPage 1718589878 0.67 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 1502.764ms