home / tests

testsuites

6 rows where build_id = 22492

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
257271 22492 22492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/975/artifact/log/WDIO.xunit-2024-06-16T18-59-06-268Z.xml ContactPage on Version page 1718585947 2.057 1 0 0 0
257272 22492 22492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/975/artifact/log/WDIO.xunit-2024-06-16T18-59-19-503Z.xml User 1718585960 5.128 2 0 0 0
257273 22492 22492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/975/artifact/log/WDIO.xunit-2024-06-16T18-59-19-518Z.xml Page 1718585960 21.373 9 0 0 0
257274 22492 22492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/975/artifact/log/WDIO.xunit-2024-06-16T18-59-19-522Z.xml Special RecentChanges 1718585960 3.043 1 0 0 0
257275 22492 22492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/975/artifact/log/WDIO.xunit-2024-06-16T18-59-19-542Z.xml Special Watchlist 1718585960 0.509 1 0 0 1
257276 22492 22492 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/975/artifact/log/WDIO.xunit-2024-06-16T18-59-22-060Z.xml BlankPage 1718585963 0.625 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 2221.595ms