home / tests

testsuites

5 rows where build_id = 2631

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
29890 2631 2631 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3328/artifact/log/WDIO.xunit-2021-09-29T13-21-58-287Z.xml Page 1632943319 0.768 17 0 0 17
29891 2631 2631 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3328/artifact/log/WDIO.xunit-2021-09-29T13-22-01-442Z.xml Special RecentChanges 1632943322 0.758 2 0 0 2
29892 2631 2631 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3328/artifact/log/WDIO.xunit-2021-09-29T13-22-04-713Z.xml User 1632943325 7.334 2 0 0 0
29893 2631 2631 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3328/artifact/log/WDIO.xunit-2021-09-29T13-22-14-398Z.xml Special Watchlist 1632943335 3.597 2 0 0 2
29894 2631 2631 https://integration.wikimedia.org/ci/job/wmf-quibble-apache-selenium-php72-docker/3328/artifact/log/WDIO.xunit-2021-09-29T13-22-20-851Z.xml BlankPage 1632943342 1.147 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 1828.687ms