home / tests

testsuites

6 rows where build_id = 17648

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
204344 17648 17648 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2645/artifact/log/WDIO.xunit-2024-01-26T15-55-50-113Z.xml Special RecentChanges 1706309751 5.416 1 0 0 0
204345 17648 17648 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2645/artifact/log/WDIO.xunit-2024-01-26T15-55-50-188Z.xml Page 1706309751 42.317 9 0 0 0
204346 17648 17648 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2645/artifact/log/WDIO.xunit-2024-01-26T15-55-50-216Z.xml User 1706309751 16.157 2 0 0 0
204347 17648 17648 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2645/artifact/log/WDIO.xunit-2024-01-26T15-55-54-152Z.xml BlankPage 1706309761 4.472 1 0 0 0
204348 17648 17648 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2645/artifact/log/WDIO.xunit-2024-01-26T15-57-22-648Z.xml Content Editable 1706309843 23.012 4 0 0 0
204349 17648 17648 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2645/artifact/log/WDIO.xunit-2024-01-26T15-57-22-694Z.xml Toolbar 1706309843 26.236 9 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 1614.125ms