home / tests

testsuites

5 rows where build_id = 9962

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136815 9962 9962 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23789/artifact/log/WDIO.xunit-2021-10-09T10-35-12-601Z.xml Page 1633797314 0.774 17 0 0 17
136816 9962 9962 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23789/artifact/log/WDIO.xunit-2021-10-09T10-35-16-372Z.xml Special RecentChanges 1633797317 0.757 2 0 0 2
136817 9962 9962 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23789/artifact/log/WDIO.xunit-2021-10-09T10-35-20-129Z.xml User 1633797321 6.201 2 0 0 0
136818 9962 9962 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23789/artifact/log/WDIO.xunit-2021-10-09T10-35-29-316Z.xml Special Watchlist 1633797330 2.462 2 0 0 2
136819 9962 9962 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23789/artifact/log/WDIO.xunit-2021-10-09T10-35-34-731Z.xml BlankPage 1633797335 0.706 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 1562.841ms