home / tests

testsuites

5 rows where build_id = 22479

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
257073 22479 22479 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/989/artifact/log/WDIO.xunit-2024-06-16T19-39-39-727Z.xml Page 1718588381 24.0 9 0 0 0
257074 22479 22479 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/989/artifact/log/WDIO.xunit-2024-06-16T19-39-39-750Z.xml Special RecentChanges 1718588381 3.495 1 0 0 0
257075 22479 22479 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/989/artifact/log/WDIO.xunit-2024-06-16T19-39-39-752Z.xml Special Watchlist 1718588380 0.926 1 0 0 1
257076 22479 22479 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/989/artifact/log/WDIO.xunit-2024-06-16T19-39-39-814Z.xml User 1718588381 5.983 2 0 0 0
257077 22479 22479 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/989/artifact/log/WDIO.xunit-2024-06-16T19-39-42-892Z.xml BlankPage 1718588384 0.737 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 1566.7ms