home / tests

testcases

8 rows where testsuite_id = 202261

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7805628 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 13.255 0 0
7805629 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.159 0 0
7805630 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.296 0 0
7805631 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 5.421 1 0
7805632 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.256 0 0
7805633 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.09 0 0
7805634 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 3.138 0 0
7805635 Function editor CUJ2 202261 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.418 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 5810.652ms