home / tests

testsuites

5 rows where build_id = 20651

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242848 20651 20651 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/427/artifact/log/WDIO.xunit-2024-05-09T19-11-52-677Z.xml Special RecentChanges 1715303513 2.95 1 0 0 0
242849 20651 20651 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/427/artifact/log/WDIO.xunit-2024-05-09T19-11-52-679Z.xml Special Watchlist 1715303513 0.551 1 0 0 1
242850 20651 20651 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/427/artifact/log/WDIO.xunit-2024-05-09T19-11-52-689Z.xml User 1715303513 5.245 2 0 0 0
242851 20651 20651 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/427/artifact/log/WDIO.xunit-2024-05-09T19-11-52-701Z.xml Page 1715303513 22.946 9 0 0 0
242852 20651 20651 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/427/artifact/log/WDIO.xunit-2024-05-09T19-11-55-126Z.xml BlankPage 1715303515 0.837 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 1632.335ms