home / tests

testsuites

5 rows where build_id = 10165

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
138822 10165 10165 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7860/artifact/log/WDIO.xunit-2021-10-09T20-27-27-832Z.xml Page 1633832849 0.797 17 0 0 17
138823 10165 10165 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7860/artifact/log/WDIO.xunit-2021-10-09T20-27-31-471Z.xml Special RecentChanges 1633832852 0.696 2 0 0 2
138824 10165 10165 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7860/artifact/log/WDIO.xunit-2021-10-09T20-27-34-684Z.xml User 1633832855 5.579 2 0 0 0
138825 10165 10165 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7860/artifact/log/WDIO.xunit-2021-10-09T20-27-42-631Z.xml Special Watchlist 1633832863 2.59 2 0 0 2
138826 10165 10165 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7860/artifact/log/WDIO.xunit-2021-10-09T20-27-47-745Z.xml BlankPage 1633832868 0.76 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 3363.04ms