home / tests

testcases

8 rows where testsuite_id = 195338

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6192196 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 12.714 0 0
6192197 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.332 0 0
6192198 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.265 0 0
6192199 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 0.508 0 0
6192200 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.303 0 0
6192201 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.112 0 0
6192202 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.679 0 0
6192203 Function editor CUJ2 195338 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.406 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 5854.72ms