home / tests

testcases

8 rows where testsuite_id = 195381

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6192275 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 12.737 0 0
6192276 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.321 0 0
6192277 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.235 1 0
6192278 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 0.601 0 0
6192279 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.32 0 0
6192280 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.266 0 0
6192281 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.42 0 0
6192282 Function editor CUJ2 195381 chrome.114_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.135 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 5882.236ms