home / tests

testsuites

5 rows where build_id = 778

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3300 778 778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77954/artifact/log/WDIO.xunit-2021-09-27T22-28-24-725Z.xml Page 1632803306 1.064 17 0 0 17
3301 778 778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77954/artifact/log/WDIO.xunit-2021-09-27T22-28-28-560Z.xml Special RecentChanges 1632803309 0.604 2 0 0 2
3302 778 778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77954/artifact/log/WDIO.xunit-2021-09-27T22-28-31-607Z.xml User 1632803312 5.419 2 0 0 0
3303 778 778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77954/artifact/log/WDIO.xunit-2021-09-27T22-28-39-530Z.xml Special Watchlist 1632803320 2.222 2 0 0 2
3304 778 778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77954/artifact/log/WDIO.xunit-2021-09-27T22-28-44-194Z.xml BlankPage 1632803325 0.624 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 1509.015ms