home / tests

testsuites

5 rows where build_id = 9965

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
136830 9965 9965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23783/artifact/log/WDIO.xunit-2021-10-09T10-27-33-548Z.xml Page 1633796854 0.73 17 0 0 17
136831 9965 9965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23783/artifact/log/WDIO.xunit-2021-10-09T10-27-36-753Z.xml Special RecentChanges 1633796857 1.72 2 0 0 2
136832 9965 9965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23783/artifact/log/WDIO.xunit-2021-10-09T10-27-40-989Z.xml User 1633796862 5.495 2 0 0 0
136833 9965 9965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23783/artifact/log/WDIO.xunit-2021-10-09T10-27-48-898Z.xml Special Watchlist 1633796870 6.78 2 0 0 2
136834 9965 9965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23783/artifact/log/WDIO.xunit-2021-10-09T10-27-58-207Z.xml BlankPage 1633796879 0.706 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 1517.722ms