home / tests

testcases

5 rows where testsuite_id = 195403

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6192325 Create a new type 195403 chrome.114_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should navigate to the type form 9.798 0 0
6192326 Create a new type 195403 chrome.114_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the about section 11.221 0 0
6192327 Create a new type 195403 chrome.114_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the keys block 14.648 0 0
6192328 Create a new type 195403 chrome.114_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the validator block 1.766 0 0
6192329 Create a new type 195403 chrome.114_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should publish the type 5.758 1 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testcases (
            id INTEGER PRIMARY KEY,
            testsuite_id INTEGER NOT NULL,
            classname TEXT,
            name TEXT,
            time REAL,
            failure INTEGER NOT NULL,
            skipped INTEGER NOT NULL,
            CHECK (failure IN (0, 1)),
            CHECK (skipped IN (0, 1)),
            FOREIGN KEY(testsuite_id) REFERENCES testsuites(id)
        );
Powered by Datasette · Queries took 5890.321ms