home / tests

testcases

8 rows where testsuite_id = 202120

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7805339 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should navigate to the type form 7.149 0 0
7805340 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the about section 10.928 0 0
7805341 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the keys block 16.195 0 0
7805342 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the validator block 1.948 0 0
7805343 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the equality block 1.938 0 0
7805344 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the renderer block 2.0 0 0
7805345 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should fill the entries in the parser block 1.99 0 0
7805346 Create a new type 202120 chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type should publish the type 6.041 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 8569.674ms