home / tests

testsuites

5 rows where build_id = 22469

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
256949 22469 22469 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/999/artifact/log/WDIO.xunit-2024-06-16T21-19-01-743Z.xml Special Watchlist 1718594342 0.832 1 0 0 1
256950 22469 22469 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/999/artifact/log/WDIO.xunit-2024-06-16T21-19-01-745Z.xml Page 1718594342 21.355 9 0 0 0
256951 22469 22469 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/999/artifact/log/WDIO.xunit-2024-06-16T21-19-01-783Z.xml User 1718594342 6.319 2 0 0 0
256952 22469 22469 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/999/artifact/log/WDIO.xunit-2024-06-16T21-19-01-803Z.xml Special RecentChanges 1718594342 3.656 1 0 0 0
256953 22469 22469 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/999/artifact/log/WDIO.xunit-2024-06-16T21-19-04-504Z.xml BlankPage 1718594345 0.617 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 2378.231ms