home / tests

testsuites

5 rows where build_id = 763

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3182 763 763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77969/artifact/log/WDIO.xunit-2021-09-27T23-56-13-709Z.xml Page 1632808574 1.05 17 0 0 17
3183 763 763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77969/artifact/log/WDIO.xunit-2021-09-27T23-56-17-155Z.xml Special RecentChanges 1632808578 0.628 2 0 0 2
3184 763 763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77969/artifact/log/WDIO.xunit-2021-09-27T23-56-20-140Z.xml User 1632808581 5.159 2 0 0 0
3185 763 763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77969/artifact/log/WDIO.xunit-2021-09-27T23-56-27-619Z.xml Special Watchlist 1632808588 2.231 2 0 0 2
3186 763 763 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77969/artifact/log/WDIO.xunit-2021-09-27T23-56-32-237Z.xml BlankPage 1632808593 0.572 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 2300.214ms