home / tests

testsuites

5 rows where build_id = 3032

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
36933 3032 3032 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8505/artifact/log/WDIO.xunit-2021-09-30T01-12-18-802Z.xml Page 1632985939 0.749 17 0 0 17
36934 3032 3032 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8505/artifact/log/WDIO.xunit-2021-09-30T01-12-21-950Z.xml Special RecentChanges 1632985943 0.648 2 0 0 2
36935 3032 3032 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8505/artifact/log/WDIO.xunit-2021-09-30T01-12-24-935Z.xml User 1632985946 6.453 2 0 0 0
36936 3032 3032 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8505/artifact/log/WDIO.xunit-2021-09-30T01-12-33-706Z.xml Special Watchlist 1632985954 2.392 2 0 0 2
36937 3032 3032 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8505/artifact/log/WDIO.xunit-2021-09-30T01-12-38-487Z.xml BlankPage 1632985959 0.646 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 1540.273ms