home / tests

testsuites

7 rows where build_id = 558

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
1878 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-29-33-393Z.xml BlankPage 1620361776 0.945 1 0 0 0
1879 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-29-38-304Z.xml Page 1620361781 16.909 8 0 0 1
1880 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-29-59-267Z.xml Special_RecentChanges 1620361802 2.413 1 0 0 0
1881 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-30-05-722Z.xml Special_Watchlist 1620361808 5.559 1 0 0 0
1882 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-30-15-350Z.xml User 1620361818 5.421 2 0 0 0
1883 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-30-59-258Z.xml Echo 1620361862 8.943 4 0 0 0
1884 558 558 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80-docker/41/artifact/log/WDIO.xunit-2021-05-06T22-31-12-297Z.xml Notifications 1620361875 2.944 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 3325.389ms