home / tests

testsuites

5 rows where build_id = 11579

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151073 11579 11579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23829/artifact/log/WDIO.xunit-2021-10-12T23-50-56-607Z.xml Page 1634104258 0.876 17 0 0 17
151074 11579 11579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23829/artifact/log/WDIO.xunit-2021-10-12T23-51-00-900Z.xml Special RecentChanges 1634104262 0.77 2 0 0 2
151075 11579 11579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23829/artifact/log/WDIO.xunit-2021-10-12T23-51-05-112Z.xml User 1634104266 6.789 2 0 0 0
151076 11579 11579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23829/artifact/log/WDIO.xunit-2021-10-12T23-51-15-452Z.xml Special Watchlist 1634104277 2.821 2 0 0 2
151077 11579 11579 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23829/artifact/log/WDIO.xunit-2021-10-12T23-51-21-696Z.xml BlankPage 1634104283 0.718 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 2048.254ms