home / tests

testsuites

5 rows where build_id = 11530

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
150659 11530 11530 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81893/artifact/log/WDIO.xunit-2021-10-13T21-31-00-736Z.xml Page 1634182261 1.036 17 0 0 17
150660 11530 11530 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81893/artifact/log/WDIO.xunit-2021-10-13T21-31-04-092Z.xml Special RecentChanges 1634182265 0.583 2 0 0 2
150661 11530 11530 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81893/artifact/log/WDIO.xunit-2021-10-13T21-31-06-842Z.xml User 1634182267 5.218 2 0 0 0
150662 11530 11530 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81893/artifact/log/WDIO.xunit-2021-10-13T21-31-14-425Z.xml Special Watchlist 1634182275 2.247 2 0 0 2
150663 11530 11530 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81893/artifact/log/WDIO.xunit-2021-10-13T21-31-18-964Z.xml BlankPage 1634182279 0.559 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 1532.909ms