home / tests

testsuites

5 rows where build_id = 14972

✎ 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
190849 14972 14972 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8864/artifact/log/WDIO.xunit-2023-09-21T08-59-18-161Z.xml Page 1695308359 26.96 9 0 0 0
190850 14972 14972 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8864/artifact/log/WDIO.xunit-2023-09-21T08-59-18-185Z.xml Special RecentChanges 1695308359 4.464 1 0 0 0
190851 14972 14972 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8864/artifact/log/WDIO.xunit-2023-09-21T08-59-18-209Z.xml Special Watchlist 1695308359 0.845 1 0 0 1
190852 14972 14972 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8864/artifact/log/WDIO.xunit-2023-09-21T08-59-18-251Z.xml User 1695308359 7.27 2 0 0 0
190853 14972 14972 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/8864/artifact/log/WDIO.xunit-2023-09-21T08-59-21-834Z.xml BlankPage 1695308363 1.084 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 1466.197ms