home / tests

testsuites

5 rows where build_id = 764

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3187 764 764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77968/artifact/log/WDIO.xunit-2021-09-27T23-56-33-811Z.xml Page 1632808595 1.343 17 0 0 17
3188 764 764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77968/artifact/log/WDIO.xunit-2021-09-27T23-56-38-653Z.xml Special RecentChanges 1632808600 0.767 2 0 0 2
3189 764 764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77968/artifact/log/WDIO.xunit-2021-09-27T23-56-42-808Z.xml User 1632808604 6.592 2 0 0 0
3190 764 764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77968/artifact/log/WDIO.xunit-2021-09-27T23-56-52-874Z.xml Special Watchlist 1632808614 2.414 2 0 0 2
3191 764 764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77968/artifact/log/WDIO.xunit-2021-09-27T23-56-58-741Z.xml BlankPage 1632808620 0.547 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 1530.724ms