home / tests

testsuites

5 rows where build_id = 10010

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
137061 10010 10010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8526/artifact/log/WDIO.xunit-2021-10-09T10-22-15-653Z.xml Page 1633796536 0.813 17 0 0 17
137062 10010 10010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8526/artifact/log/WDIO.xunit-2021-10-09T10-22-19-077Z.xml Special RecentChanges 1633796540 0.681 2 0 0 2
137063 10010 10010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8526/artifact/log/WDIO.xunit-2021-10-09T10-22-22-707Z.xml User 1633796543 5.952 2 0 0 0
137064 10010 10010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8526/artifact/log/WDIO.xunit-2021-10-09T10-22-31-253Z.xml Special Watchlist 1633796552 2.599 2 0 0 2
137065 10010 10010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8526/artifact/log/WDIO.xunit-2021-10-09T10-22-36-407Z.xml BlankPage 1633796557 0.773 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 6392.011ms