home / tests

testsuites

5 rows where build_id = 2124

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
20149 2124 2124 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78147/artifact/log/WDIO.xunit-2021-09-28T17-55-35-512Z.xml Page 1632873337 1.098 17 0 0 17
20150 2124 2124 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78147/artifact/log/WDIO.xunit-2021-09-28T17-55-39-515Z.xml Special RecentChanges 1632873341 0.676 2 0 0 2
20151 2124 2124 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78147/artifact/log/WDIO.xunit-2021-09-28T17-55-43-120Z.xml User 1632873344 5.534 2 0 0 0
20152 2124 2124 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78147/artifact/log/WDIO.xunit-2021-09-28T17-55-51-468Z.xml Special Watchlist 1632873353 2.363 2 0 0 2
20153 2124 2124 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78147/artifact/log/WDIO.xunit-2021-09-28T17-55-57-007Z.xml BlankPage 1632873358 0.611 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 1521.953ms