home / tests

testsuites

5 rows where build_id = 15170

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193149 15170 15170 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67288/artifact/log/WDIO.xunit-2023-09-26T16-23-51-043Z.xml Special RecentChanges 1695767032 4.573 1 0 0 0
193150 15170 15170 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67288/artifact/log/WDIO.xunit-2023-09-26T16-23-51-045Z.xml Page 1695767032 29.265 9 0 0 0
193151 15170 15170 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67288/artifact/log/WDIO.xunit-2023-09-26T16-23-51-072Z.xml User 1695767032 6.257 2 0 0 0
193152 15170 15170 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67288/artifact/log/WDIO.xunit-2023-09-26T16-23-51-076Z.xml Special Watchlist 1695767032 0.48 1 0 0 1
193153 15170 15170 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67288/artifact/log/WDIO.xunit-2023-09-26T16-23-54-122Z.xml BlankPage 1695767035 0.945 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 1636.325ms