home / tests

testsuites

5 rows where build_id = 791

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3375 791 791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77940/artifact/log/WDIO.xunit-2021-09-27T21-46-14-305Z.xml Page 1632800775 1.08 17 0 0 17
3376 791 791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77940/artifact/log/WDIO.xunit-2021-09-27T21-46-17-615Z.xml Special RecentChanges 1632800778 1.157 2 0 0 2
3377 791 791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77940/artifact/log/WDIO.xunit-2021-09-27T21-46-21-032Z.xml User 1632800782 8.901 2 0 0 0
3378 791 791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77940/artifact/log/WDIO.xunit-2021-09-27T21-46-32-315Z.xml Special Watchlist 1632800793 2.245 2 0 0 2
3379 791 791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77940/artifact/log/WDIO.xunit-2021-09-27T21-46-36-955Z.xml BlankPage 1632800797 0.541 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 1501.135ms