home / tests

testsuites

5 rows where build_id = 799

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3482 799 799 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77931/artifact/log/WDIO.xunit-2021-09-27T21-15-53-947Z.xml Page 1632798955 1.002 17 0 0 17
3483 799 799 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77931/artifact/log/WDIO.xunit-2021-09-27T21-15-57-855Z.xml Special RecentChanges 1632798958 0.73 2 0 0 2
3484 799 799 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77931/artifact/log/WDIO.xunit-2021-09-27T21-16-01-114Z.xml User 1632798962 4.927 2 0 0 0
3485 799 799 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77931/artifact/log/WDIO.xunit-2021-09-27T21-16-08-583Z.xml Special Watchlist 1632798969 2.352 2 0 0 2
3486 799 799 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77931/artifact/log/WDIO.xunit-2021-09-27T21-16-13-491Z.xml BlankPage 1632798974 0.698 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 1854.551ms