home / tests

testsuites

5 rows where build_id = 16569

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200055 16569 16569 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2343/artifact/log/WDIO.xunit-2024-01-12T00-39-14-546Z.xml Special Watchlist 1705045156 0.482 1 0 0 1
200056 16569 16569 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2343/artifact/log/WDIO.xunit-2024-01-12T00-39-14-551Z.xml User 1705045156 6.981 2 0 0 0
200057 16569 16569 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2343/artifact/log/WDIO.xunit-2024-01-12T00-39-14-631Z.xml Special RecentChanges 1705045156 4.312 1 0 0 0
200058 16569 16569 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2343/artifact/log/WDIO.xunit-2024-01-12T00-39-14-639Z.xml Page 1705045156 30.709 9 0 0 0
200059 16569 16569 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/2343/artifact/log/WDIO.xunit-2024-01-12T00-39-17-486Z.xml BlankPage 1705045159 1.077 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 1661.062ms