home / tests

testsuites

5 rows where build_id = 9760

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135395 9760 9760 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1538/artifact/log/WDIO.xunit-2021-10-09T06-12-54-126Z.xml Page 1633781575 0.716 17 0 0 17
135396 9760 9760 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1538/artifact/log/WDIO.xunit-2021-10-09T06-12-57-258Z.xml Special RecentChanges 1633781578 0.669 2 0 0 2
135397 9760 9760 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1538/artifact/log/WDIO.xunit-2021-10-09T06-13-00-347Z.xml User 1633781581 5.378 2 0 0 0
135398 9760 9760 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1538/artifact/log/WDIO.xunit-2021-10-09T06-13-08-119Z.xml Special Watchlist 1633781589 2.571 2 0 0 2
135399 9760 9760 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1538/artifact/log/WDIO.xunit-2021-10-09T06-13-13-103Z.xml BlankPage 1633781594 0.704 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 1607.895ms