testcases
13 rows where testsuite_id = 5768
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1421756 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | has edit buttons that toggle visibility depending on the side selection | 25.436 | 0 | 0 |
1421757 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will not begin editing if the columns are clicked as long as nothing is selected | 24.551 | 0 | 0 |
1421758 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will not begin editing if the column that is selected is not the column that is clicked | 23.522 | 0 | 0 |
1421759 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will begin editing if the column that is selected is clicked | 23.8 | 0 | 0 |
1421760 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of conflict paragraphs by clicking the activated edit button | 26.786 | 0 | 0 |
1421761 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of unchanged paragraphs by clicking the activated edit button | 30.034 | 0 | 0 |
1421762 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | certain edit specific buttons should not be visible at first | 23.161 | 0 | 0 |
1421763 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of unchanged paragraphs should be saved | 23.704 | 0 | 0 |
1421764 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 24.546 | 0 | 0 |
1421765 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | paragraph edits can be reverted | 25.424 | 0 | 0 |
1421766 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | revert confirmation will not show if nothing changed | 26.422 | 0 | 0 |
1421767 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | clicking edit should automatically focus the text editor | 23.189 | 0 | 0 |
1421768 | TwoColConflict editable areas 5768 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | saving an editor with no changes will preserve the highlight portions | 23.897 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );