home / tests

testsuites

5 rows where build_id = 22518

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
257678 22518 22518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/949/artifact/log/WDIO.xunit-2024-06-16T12-07-01-518Z.xml User 1718561222 8.657 2 0 0 0
257679 22518 22518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/949/artifact/log/WDIO.xunit-2024-06-16T12-07-01-519Z.xml Page 1718561222 28.088 9 0 0 0
257680 22518 22518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/949/artifact/log/WDIO.xunit-2024-06-16T12-07-01-542Z.xml Special RecentChanges 1718561222 4.08 1 0 0 0
257681 22518 22518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/949/artifact/log/WDIO.xunit-2024-06-16T12-07-01-569Z.xml Special Watchlist 1718561223 0.922 1 0 0 1
257682 22518 22518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/949/artifact/log/WDIO.xunit-2024-06-16T12-07-05-056Z.xml BlankPage 1718561226 0.862 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 1628.318ms