home / tests

testsuites

5 rows where build_id = 2966

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
35711 2966 2966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8502/artifact/log/WDIO.xunit-2021-09-29T21-58-51-116Z.xml Page 1632974332 0.792 17 0 0 17
35712 2966 2966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8502/artifact/log/WDIO.xunit-2021-09-29T21-58-54-481Z.xml Special RecentChanges 1632974335 0.649 2 0 0 2
35713 2966 2966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8502/artifact/log/WDIO.xunit-2021-09-29T21-58-57-595Z.xml User 1632974338 5.329 2 0 0 0
35714 2966 2966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8502/artifact/log/WDIO.xunit-2021-09-29T21-59-05-378Z.xml Special Watchlist 1632974346 2.605 2 0 0 2
35715 2966 2966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8502/artifact/log/WDIO.xunit-2021-09-29T21-59-10-461Z.xml BlankPage 1632974351 0.697 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 1536.975ms