home / tests

testsuites

5 rows where build_id = 793

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3410 793 793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77938/artifact/log/WDIO.xunit-2021-09-27T21-39-45-528Z.xml Page 1632800387 1.076 17 0 0 17
3411 793 793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77938/artifact/log/WDIO.xunit-2021-09-27T21-39-49-623Z.xml Special RecentChanges 1632800391 0.626 2 0 0 2
3412 793 793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77938/artifact/log/WDIO.xunit-2021-09-27T21-39-53-183Z.xml User 1632800394 5.432 2 0 0 0
3413 793 793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77938/artifact/log/WDIO.xunit-2021-09-27T21-40-01-574Z.xml Special Watchlist 1632800403 2.389 2 0 0 2
3414 793 793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77938/artifact/log/WDIO.xunit-2021-09-27T21-40-06-929Z.xml BlankPage 1632800408 0.638 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 1530.069ms