home / tests

testcases

8 rows where testsuite_id = 201947

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7804990 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 12.182 0 0
7804991 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 1.965 0 0
7804992 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.298 0 0
7804993 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 5.363 1 0
7804994 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.255 0 0
7804995 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.137 0 0
7804996 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.596 0 0
7804997 Function editor CUJ2 201947 chrome.120_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 1.858 0 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 7653.477ms