home / tests

testcases

8 rows where testsuite_id = 202210

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
7805522 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should create a function 13.231 0 0
7805523 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function name 2.284 0 0
7805524 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function aliases 0.234 1 0
7805525 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function arguments 5.374 1 0
7805526 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the input types 0.26 0 0
7805527 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the output type 0.096 0 0
7805528 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should edit the function to remove a label 2.803 0 0
7805529 Function editor CUJ2 202210 chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) should display the function details without the removed label 2.309 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 5572.897ms