home / tests

testsuites

5 rows where build_id = 20731

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243814 20731 20731 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8534/artifact/log/WDIO.xunit-2024-05-09T18-10-33-442Z.xml Special RecentChanges 1715299834 3.418 1 0 0 0
243815 20731 20731 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8534/artifact/log/WDIO.xunit-2024-05-09T18-10-33-443Z.xml Page 1715299834 24.795 9 0 0 0
243816 20731 20731 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8534/artifact/log/WDIO.xunit-2024-05-09T18-10-33-465Z.xml Special Watchlist 1715299834 0.588 1 0 0 1
243817 20731 20731 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8534/artifact/log/WDIO.xunit-2024-05-09T18-10-33-510Z.xml User 1715299834 6.519 2 0 0 0
243818 20731 20731 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8534/artifact/log/WDIO.xunit-2024-05-09T18-10-36-516Z.xml BlankPage 1715299837 0.82 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 1596.41ms