home / tests

testcases

6 rows where testsuite_id = 194678

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6190761 on initial view 194678 chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view will not switch to edit mode as long as nothing is selected 9.587 0 0
6190762 on initial view 194678 chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view has edit buttons that toggle visibility depending on the side selection 10.241 0 0
6190763 on initial view 194678 chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view will not switch to edit mode if the column clicked is not selected 9.648 0 0
6190764 on initial view 194678 chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view will switch to edit mode by clicking the column that is selected 9.442 0 0
6190765 on initial view 194678 chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view will switch to edit mode by clicking the edit button in the column that is selected 9.305 0 0
6190766 on initial view 194678 chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view will switch to edit mode by clicking the edit button in unchanged paragraphs 10.349 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 8519.987ms