home / tests

testsuites

5 rows where build_id = 20601

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp

id ▼ build_id url name timestamp time tests failures errors skipped
242368 20601 20601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/226/artifact/log/WDIO.xunit-2024-05-03T04-45-43-350Z.xml Page 1714733144 28.828 9 0 0 0
242369 20601 20601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/226/artifact/log/WDIO.xunit-2024-05-03T04-45-43-413Z.xml Special RecentChanges 1714733144 5.683 1 0 0 0
242370 20601 20601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/226/artifact/log/WDIO.xunit-2024-05-03T04-45-43-458Z.xml Special Watchlist 1714733144 0.718 1 0 0 1
242371 20601 20601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/226/artifact/log/WDIO.xunit-2024-05-03T04-45-43-480Z.xml User 1714733144 9.355 2 0 0 0
242372 20601 20601 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/226/artifact/log/WDIO.xunit-2024-05-03T04-45-47-106Z.xml BlankPage 1714733148 1.688 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 1610.406ms