home / tests

testsuites

5 rows where build_id = 767

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3204 767 767 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77965/artifact/log/WDIO.xunit-2021-09-27T23-51-32-806Z.xml Page 1632808294 1.053 17 0 0 17
3205 767 767 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77965/artifact/log/WDIO.xunit-2021-09-27T23-51-36-474Z.xml Special RecentChanges 1632808297 0.613 2 0 0 2
3206 767 767 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77965/artifact/log/WDIO.xunit-2021-09-27T23-51-39-625Z.xml User 1632808300 5.239 2 0 0 0
3207 767 767 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77965/artifact/log/WDIO.xunit-2021-09-27T23-51-47-461Z.xml Special Watchlist 1632808308 2.306 2 0 0 2
3208 767 767 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77965/artifact/log/WDIO.xunit-2021-09-27T23-51-52-369Z.xml BlankPage 1632808313 0.604 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 2017.862ms