home / tests

testcases

8 rows where testsuite_id = 202036

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7805169 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 12.818 0 0
7805170 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 15.126 1 0
7805171 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 15.237 1 0
7805172 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 10.032 1 0
7805173 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 5.03 1 0
7805174 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 5.029 1 0
7805175 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 5.029 1 0
7805176 Function editor CUJ2 202036 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 10.219 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 5642.121ms