home / tests

testsuites

5 rows where build_id = 785

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3342 785 785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77946/artifact/log/WDIO.xunit-2021-09-27T22-07-26-174Z.xml Page 1632802047 1.072 17 0 0 17
3343 785 785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77946/artifact/log/WDIO.xunit-2021-09-27T22-07-30-036Z.xml Special RecentChanges 1632802051 0.607 2 0 0 2
3344 785 785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77946/artifact/log/WDIO.xunit-2021-09-27T22-07-33-259Z.xml User 1632802054 6.51 2 0 0 0
3345 785 785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77946/artifact/log/WDIO.xunit-2021-09-27T22-07-42-282Z.xml Special Watchlist 1632802063 2.385 2 0 0 2
3346 785 785 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77946/artifact/log/WDIO.xunit-2021-09-27T22-07-47-236Z.xml BlankPage 1632802068 0.625 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 1517.781ms