home / tests

testsuites

5 rows where build_id = 9705

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
135114 9705 9705 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7855/artifact/log/WDIO.xunit-2021-10-09T07-05-57-536Z.xml Page 1633784759 0.855 17 0 0 17
135115 9705 9705 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7855/artifact/log/WDIO.xunit-2021-10-09T07-06-01-228Z.xml Special RecentChanges 1633784762 0.733 2 0 0 2
135116 9705 9705 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7855/artifact/log/WDIO.xunit-2021-10-09T07-06-04-418Z.xml User 1633784765 5.542 2 0 0 0
135117 9705 9705 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7855/artifact/log/WDIO.xunit-2021-10-09T07-06-12-962Z.xml Special Watchlist 1633784774 2.567 2 0 0 2
135118 9705 9705 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7855/artifact/log/WDIO.xunit-2021-10-09T07-06-18-188Z.xml BlankPage 1633784779 0.722 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 1407.337ms