home / tests

testsuites

5 rows where build_id = 15131

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192302 15131 15131 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67331/artifact/log/WDIO.xunit-2023-09-26T19-32-46-655Z.xml Page 1695778367 24.218 9 0 0 0
192303 15131 15131 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67331/artifact/log/WDIO.xunit-2023-09-26T19-32-46-697Z.xml User 1695778367 6.665 2 0 0 0
192304 15131 15131 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67331/artifact/log/WDIO.xunit-2023-09-26T19-32-46-745Z.xml Special Watchlist 1695778367 0.916 1 0 0 1
192305 15131 15131 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67331/artifact/log/WDIO.xunit-2023-09-26T19-32-46-889Z.xml Special RecentChanges 1695778368 4.182 1 0 0 0
192306 15131 15131 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67331/artifact/log/WDIO.xunit-2023-09-26T19-32-49-564Z.xml BlankPage 1695778371 1.017 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 1625.879ms