home / tests

testsuites

5 rows where build_id = 20449

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
239099 20449 20449 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1264/artifact/log/WDIO.xunit-2024-05-09T19-16-45-246Z.xml User 1715303806 5.541 2 0 0 0
239100 20449 20449 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1264/artifact/log/WDIO.xunit-2024-05-09T19-16-45-247Z.xml Page 1715303806 0.827 17 0 0 17
239101 20449 20449 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1264/artifact/log/WDIO.xunit-2024-05-09T19-16-45-254Z.xml Special RecentChanges 1715303806 1.021 2 0 0 2
239102 20449 20449 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1264/artifact/log/WDIO.xunit-2024-05-09T19-16-45-256Z.xml Special Watchlist 1715303806 1.477 2 0 0 2
239103 20449 20449 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1264/artifact/log/WDIO.xunit-2024-05-09T19-16-47-857Z.xml BlankPage 1715303808 0.665 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 1636.888ms