home / tests

testsuites

5 rows where build_id = 9964

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136825 9964 9964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23784/artifact/log/WDIO.xunit-2021-10-09T10-35-08-050Z.xml Page 1633797309 0.735 17 0 0 17
136826 9964 9964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23784/artifact/log/WDIO.xunit-2021-10-09T10-35-11-256Z.xml Special RecentChanges 1633797312 0.695 2 0 0 2
136827 9964 9964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23784/artifact/log/WDIO.xunit-2021-10-09T10-35-14-483Z.xml User 1633797315 4.995 2 0 0 0
136828 9964 9964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23784/artifact/log/WDIO.xunit-2021-10-09T10-35-21-936Z.xml Special Watchlist 1633797323 2.192 2 0 0 2
136829 9964 9964 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23784/artifact/log/WDIO.xunit-2021-10-09T10-35-26-983Z.xml BlankPage 1633797327 2.631 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 1611.507ms