home / tests

testsuites

5 rows where build_id = 13665

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181255 13665 13665 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-42-53-265Z.xml Page 1638830574 0.673 17 0 0 17
181256 13665 13665 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-42-55-750Z.xml Special RecentChanges 1638830576 0.562 2 0 0 2
181257 13665 13665 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-42-58-110Z.xml User 1638830579 5.222 2 0 0 0
181258 13665 13665 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-43-05-048Z.xml Special Watchlist 1638830586 1.857 2 0 0 2
181259 13665 13665 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/105/artifact/log/WDIO.xunit-2021-12-06T15-43-08-635Z.xml BlankPage 1638830589 0.584 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 1609.122ms