home / tests

testsuites

5 rows where build_id = 9724

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135209 9724 9724 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7799/artifact/log/WDIO.xunit-2021-10-09T06-23-13-196Z.xml Page 1633782194 0.759 17 0 0 17
135210 9724 9724 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7799/artifact/log/WDIO.xunit-2021-10-09T06-23-16-301Z.xml Special RecentChanges 1633782197 0.692 2 0 0 2
135211 9724 9724 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7799/artifact/log/WDIO.xunit-2021-10-09T06-23-19-329Z.xml User 1633782200 5.187 2 0 0 0
135212 9724 9724 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7799/artifact/log/WDIO.xunit-2021-10-09T06-23-26-805Z.xml Special Watchlist 1633782207 2.547 2 0 0 2
135213 9724 9724 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7799/artifact/log/WDIO.xunit-2021-10-09T06-23-31-698Z.xml BlankPage 1633782212 0.574 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 1670.299ms