home / tests

testsuites

5 rows where build_id = 1425

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
7325 1425 1425 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3275/artifact/log/WDIO.xunit-2021-09-27T10-34-46-804Z.xml Page 1632760487 0.764 17 0 0 17
7326 1425 1425 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3275/artifact/log/WDIO.xunit-2021-09-27T10-34-50-040Z.xml Special RecentChanges 1632760491 0.742 2 0 0 2
7327 1425 1425 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3275/artifact/log/WDIO.xunit-2021-09-27T10-34-53-688Z.xml User 1632760495 7.854 2 0 0 0
7328 1425 1425 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3275/artifact/log/WDIO.xunit-2021-09-27T10-35-04-309Z.xml Special Watchlist 1632760505 3.691 2 0 0 2
7329 1425 1425 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3275/artifact/log/WDIO.xunit-2021-09-27T10-35-10-524Z.xml BlankPage 1632760511 1.164 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 1596.947ms