home / tests

testsuites

5 rows where build_id = 15138

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192375 15138 15138 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67322/artifact/log/WDIO.xunit-2023-09-26T18-58-32-374Z.xml Page 1695776313 27.188 9 0 0 0
192376 15138 15138 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67322/artifact/log/WDIO.xunit-2023-09-26T18-58-32-375Z.xml User 1695776313 7.685 2 0 0 0
192377 15138 15138 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67322/artifact/log/WDIO.xunit-2023-09-26T18-58-32-401Z.xml Special Watchlist 1695776313 0.437 1 0 0 1
192378 15138 15138 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67322/artifact/log/WDIO.xunit-2023-09-26T18-58-32-481Z.xml Special RecentChanges 1695776313 5.061 1 0 0 0
192379 15138 15138 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67322/artifact/log/WDIO.xunit-2023-09-26T18-58-35-086Z.xml BlankPage 1695776316 1.066 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 1602.253ms