home / tests

testsuites

5 rows where build_id = 2942

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
35433 2942 2942 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78403/artifact/log/WDIO.xunit-2021-09-29T21-54-00-988Z.xml Page 1632974042 1.001 17 0 0 17
35434 2942 2942 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78403/artifact/log/WDIO.xunit-2021-09-29T21-54-04-361Z.xml Special RecentChanges 1632974045 0.624 2 0 0 2
35435 2942 2942 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78403/artifact/log/WDIO.xunit-2021-09-29T21-54-07-388Z.xml User 1632974048 7.9 2 0 0 0
35436 2942 2942 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78403/artifact/log/WDIO.xunit-2021-09-29T21-54-17-802Z.xml Special Watchlist 1632974059 2.328 2 0 0 2
35437 2942 2942 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78403/artifact/log/WDIO.xunit-2021-09-29T21-54-22-747Z.xml BlankPage 1632974063 0.561 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 1518.752ms