home / tests

testsuites

5 rows where build_id = 9714

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
135159 9714 9714 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7836/artifact/log/WDIO.xunit-2021-10-09T06-50-11-841Z.xml Page 1633783812 0.719 17 0 0 17
135160 9714 9714 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7836/artifact/log/WDIO.xunit-2021-10-09T06-50-14-904Z.xml Special RecentChanges 1633783816 0.681 2 0 0 2
135161 9714 9714 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7836/artifact/log/WDIO.xunit-2021-10-09T06-50-17-961Z.xml User 1633783819 5.397 2 0 0 0
135162 9714 9714 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7836/artifact/log/WDIO.xunit-2021-10-09T06-50-25-783Z.xml Special Watchlist 1633783826 2.405 2 0 0 2
135163 9714 9714 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7836/artifact/log/WDIO.xunit-2021-10-09T06-50-30-570Z.xml BlankPage 1633783831 0.695 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 1565.491ms