home / tests

testcases

8 rows where testsuite_id = 195137

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6191820 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 13.035 0 0
6191821 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.278 0 0
6191822 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.255 1 0
6191823 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 0.497 0 0
6191824 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.266 0 0
6191825 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.111 0 0
6191826 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.588 0 0
6191827 Function editor CUJ2 195137 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.407 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 5994.405ms