home / tests

testcases

8 rows where testsuite_id = 202162

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7805425 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 13.585 0 0
7805426 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.063 0 0
7805427 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.264 0 0
7805428 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 5.312 1 0
7805429 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.248 0 0
7805430 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.12 0 0
7805431 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.814 0 0
7805432 Function editor CUJ2 202162 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.073 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 9196.178ms