home / tests

testsuites

6 rows where build_id = 20764

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, tests, failures

id ▼ build_id url name timestamp time tests failures errors skipped
244479 20764 20764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8499/artifact/log/WDIO.xunit-2024-05-09T15-45-26-363Z.xml Edit Event Registration 1715291127 33.652 4 3 3 0
244480 20764 20764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8499/artifact/log/WDIO.xunit-2024-05-09T15-46-02-106Z.xml Edit Event Registration 1715291163 32.419 4 3 3 0
244481 20764 20764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8499/artifact/log/WDIO.xunit-2024-05-09T15-46-36-221Z.xml Enable Event Registration @daily 1715291197 9.462 3 0 0 0
244482 20764 20764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8499/artifact/log/WDIO.xunit-2024-05-09T15-46-47-716Z.xml Event page 1715291209 23.526 3 3 3 0
244483 20764 20764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8499/artifact/log/WDIO.xunit-2024-05-09T15-47-13-393Z.xml Event page 1715291234 23.416 3 3 3 0
244484 20764 20764 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8499/artifact/log/WDIO.xunit-2024-05-09T15-47-38-574Z.xml MyEvents 1715291259 3.654 2 0 0 1

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 1653.118ms