testcases
13 rows where testsuite_id = 140956
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
4270099 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | has edit buttons that toggle visibility depending on the side selection | 26.602 | 0 | 0 |
4270100 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will not begin editing if the columns are clicked as long as nothing is selected | 25.707 | 0 | 0 |
4270101 | TwoColConflict editable areas 140956 | 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 | 27.28 | 0 | 0 |
4270102 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will begin editing if the column that is selected is clicked | 26.859 | 0 | 0 |
4270103 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of conflict paragraphs by clicking the activated edit button | 27.906 | 0 | 0 |
4270104 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of unchanged paragraphs by clicking the activated edit button | 25.057 | 0 | 0 |
4270105 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | certain edit specific buttons should not be visible at first | 29.043 | 0 | 0 |
4270106 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of unchanged paragraphs should be saved | 25.061 | 0 | 0 |
4270107 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 24.478 | 0 | 0 |
4270108 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | paragraph edits can be reverted | 26.293 | 0 | 0 |
4270109 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | revert confirmation will not show if nothing changed | 24.742 | 0 | 0 |
4270110 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | clicking edit should automatically focus the text editor | 24.649 | 0 | 0 |
4270111 | TwoColConflict editable areas 140956 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | saving an editor with no changes will preserve the highlight portions | 25.492 | 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) );