home / tests

testsuites

5 rows where build_id = 16590

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200258 16590 16590 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1736/artifact/log/WDIO.xunit-2024-01-13T23-16-20-533Z.xml Page 1705212982 24.712 9 0 0 0
200259 16590 16590 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1736/artifact/log/WDIO.xunit-2024-01-13T23-16-20-556Z.xml Special RecentChanges 1705212981 2.936 1 0 0 0
200260 16590 16590 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1736/artifact/log/WDIO.xunit-2024-01-13T23-16-20-566Z.xml User 1705212981 5.588 2 0 0 0
200261 16590 16590 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1736/artifact/log/WDIO.xunit-2024-01-13T23-16-20-584Z.xml Special Watchlist 1705212981 0.507 1 0 0 1
200262 16590 16590 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1736/artifact/log/WDIO.xunit-2024-01-13T23-16-23-156Z.xml BlankPage 1705212984 0.626 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 1972.085ms