home / tests

testsuites

5 rows where build_id = 22208

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254209 22208 22208 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/648/artifact/log/WDIO.xunit-2024-06-16T14-55-23-655Z.xml Page 1718571325 22.01 9 0 0 0
254210 22208 22208 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/648/artifact/log/WDIO.xunit-2024-06-16T14-55-23-673Z.xml User 1718571324 5.258 2 0 0 0
254211 22208 22208 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/648/artifact/log/WDIO.xunit-2024-06-16T14-55-23-677Z.xml Special Watchlist 1718571324 0.524 1 0 0 1
254212 22208 22208 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/648/artifact/log/WDIO.xunit-2024-06-16T14-55-23-722Z.xml Special RecentChanges 1718571324 2.862 1 0 0 0
254213 22208 22208 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/648/artifact/log/WDIO.xunit-2024-06-16T14-55-26-096Z.xml BlankPage 1718571327 0.817 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 1620.791ms