home / tests

testsuites

5 rows where build_id = 9712

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135149 9712 9712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7839/artifact/log/WDIO.xunit-2021-10-09T06-52-10-218Z.xml Page 1633783931 0.927 17 0 0 17
135150 9712 9712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7839/artifact/log/WDIO.xunit-2021-10-09T06-52-14-685Z.xml Special RecentChanges 1633783936 0.813 2 0 0 2
135151 9712 9712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7839/artifact/log/WDIO.xunit-2021-10-09T06-52-18-898Z.xml User 1633783940 6.103 2 0 0 0
135152 9712 9712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7839/artifact/log/WDIO.xunit-2021-10-09T06-52-28-492Z.xml Special Watchlist 1633783950 2.776 2 0 0 2
135153 9712 9712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7839/artifact/log/WDIO.xunit-2021-10-09T06-52-34-787Z.xml BlankPage 1633783956 0.758 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 1603.558ms