home / tests

testcases

8 rows where testsuite_id = 195288

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6192103 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 13.08 0 0
6192104 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 1.871 0 0
6192105 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.223 1 0
6192106 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 0.401 0 0
6192107 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.261 0 0
6192108 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.224 0 0
6192109 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.541 0 0
6192110 Function editor CUJ2 195288 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 1.839 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 7116.337ms