home / tests

testsuites

5 rows where build_id = 772

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3230 772 772 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77960/artifact/log/WDIO.xunit-2021-09-27T22-41-11-337Z.xml Page 1632804072 4.034 17 0 0 17
3231 772 772 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77960/artifact/log/WDIO.xunit-2021-09-27T22-41-17-907Z.xml Special RecentChanges 1632804079 0.692 2 0 0 2
3232 772 772 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77960/artifact/log/WDIO.xunit-2021-09-27T22-41-21-016Z.xml User 1632804082 5.702 2 0 0 0
3233 772 772 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77960/artifact/log/WDIO.xunit-2021-09-27T22-41-29-177Z.xml Special Watchlist 1632804090 8.852 2 0 0 2
3234 772 772 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77960/artifact/log/WDIO.xunit-2021-09-27T22-41-40-866Z.xml BlankPage 1632804101 0.592 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 1548.516ms