home / tests

testsuites

5 rows where build_id = 15099

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192030 15099 15099 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67363/artifact/log/WDIO.xunit-2023-09-26T20-38-50-119Z.xml Special RecentChanges 1695782331 3.609 1 0 0 0
192031 15099 15099 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67363/artifact/log/WDIO.xunit-2023-09-26T20-38-50-168Z.xml Page 1695782331 22.976 9 0 0 0
192032 15099 15099 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67363/artifact/log/WDIO.xunit-2023-09-26T20-38-50-187Z.xml User 1695782331 5.572 2 0 0 0
192033 15099 15099 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67363/artifact/log/WDIO.xunit-2023-09-26T20-38-50-191Z.xml Special Watchlist 1695782331 0.835 1 0 0 1
192034 15099 15099 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67363/artifact/log/WDIO.xunit-2023-09-26T20-38-52-826Z.xml BlankPage 1695782333 0.755 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 1606.458ms