home / tests

testcases

5 rows where testsuite_id = 194580

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6190455 TwoColConflict EditUi 194580 chrome.116_0_0_0.linux.TwoColConflict_EditUi edits of unchanged paragraphs should be saved 10.971 0 0
6190456 TwoColConflict EditUi 194580 chrome.116_0_0_0.linux.TwoColConflict_EditUi edits of selected paragraphs should be saved and should not affect unselected paragraphs 9.761 0 0
6190457 TwoColConflict EditUi 194580 chrome.116_0_0_0.linux.TwoColConflict_EditUi paragraph edits can be reverted 10.812 0 0
6190458 TwoColConflict EditUi 194580 chrome.116_0_0_0.linux.TwoColConflict_EditUi revert confirmation will not show if nothing changed 9.603 0 0
6190459 TwoColConflict EditUi 194580 chrome.116_0_0_0.linux.TwoColConflict_EditUi saving an editor with no changes will preserve the highlight portions 9.461 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 8720.918ms