home / tests

testsuites

4 rows where build_id = 20510

✎ 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
239841 20510 20510 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1193/artifact/log/WDIO.xunit-2024-05-06T05-50-05-023Z.xml User 1714996206 6.076 2 0 0 0
239842 20510 20510 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1193/artifact/log/WDIO.xunit-2024-05-06T05-50-05-030Z.xml Page 1714996206 25.12 9 0 0 0
239843 20510 20510 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1193/artifact/log/WDIO.xunit-2024-05-06T05-50-05-084Z.xml Special Watchlist 1714996206 0.681 1 0 0 1
239844 20510 20510 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1193/artifact/log/WDIO.xunit-2024-05-06T05-50-08-306Z.xml BlankPage 1714996209 0.807 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 1585.055ms