home / tests

testcases

8 rows where testsuite_id = 201990

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7805075 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 13.204 0 0
7805076 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.374 0 0
7805077 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.299 0 0
7805078 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 5.331 1 0
7805079 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.309 0 0
7805080 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.109 0 0
7805081 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.829 0 0
7805082 Function editor CUJ2 201990 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.343 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 5897.107ms