home / tests

testsuites

5 rows where build_id = 20728

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243799 20728 20728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8537/artifact/log/WDIO.xunit-2024-05-09T18-15-39-117Z.xml User 1715300140 7.42 2 0 0 0
243800 20728 20728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8537/artifact/log/WDIO.xunit-2024-05-09T18-15-39-126Z.xml Special Watchlist 1715300140 0.982 1 0 0 1
243801 20728 20728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8537/artifact/log/WDIO.xunit-2024-05-09T18-15-39-133Z.xml Special RecentChanges 1715300140 4.971 1 0 0 0
243802 20728 20728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8537/artifact/log/WDIO.xunit-2024-05-09T18-15-39-143Z.xml Page 1715300140 30.073 9 0 0 0
243803 20728 20728 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8537/artifact/log/WDIO.xunit-2024-05-09T18-15-43-129Z.xml BlankPage 1715300145 1.177 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 1706.691ms