home / tests

testsuites

5 rows where build_id = 20509

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
239836 20509 20509 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1194/artifact/log/WDIO.xunit-2024-05-06T06-44-40-011Z.xml Page 1714999481 32.32 9 0 0 0
239837 20509 20509 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1194/artifact/log/WDIO.xunit-2024-05-06T06-44-40-023Z.xml Special RecentChanges 1714999481 3.252 1 0 0 0
239838 20509 20509 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1194/artifact/log/WDIO.xunit-2024-05-06T06-44-40-047Z.xml Special Watchlist 1714999481 0.817 1 0 0 1
239839 20509 20509 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1194/artifact/log/WDIO.xunit-2024-05-06T06-44-40-097Z.xml User 1714999481 7.121 2 0 0 0
239840 20509 20509 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1194/artifact/log/WDIO.xunit-2024-05-06T06-44-42-807Z.xml BlankPage 1714999484 2.387 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 1613.851ms