home / tests

testsuites

5 rows where build_id = 2963

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
35696 2963 2963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23750/artifact/log/WDIO.xunit-2021-09-29T22-07-39-333Z.xml Page 1632974861 0.915 17 0 0 17
35697 2963 2963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23750/artifact/log/WDIO.xunit-2021-09-29T22-07-43-762Z.xml Special RecentChanges 1632974865 0.821 2 0 0 2
35698 2963 2963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23750/artifact/log/WDIO.xunit-2021-09-29T22-07-47-999Z.xml User 1632974869 5.809 2 0 0 0
35699 2963 2963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23750/artifact/log/WDIO.xunit-2021-09-29T22-07-57-181Z.xml Special Watchlist 1632974878 2.78 2 0 0 2
35700 2963 2963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23750/artifact/log/WDIO.xunit-2021-09-29T22-08-03-486Z.xml BlankPage 1632974884 0.767 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 2175.519ms