testcases
13 rows where testsuite_id = 184217
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5913034 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | has edit buttons that toggle visibility depending on the side selection | 28.414 | 0 | 0 |
5913035 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will not begin editing if the columns are clicked as long as nothing is selected | 27.155 | 0 | 0 |
5913036 | TwoColConflict editable areas 184217 | 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.273 | 0 | 0 |
5913037 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will begin editing if the column that is selected is clicked | 27.699 | 0 | 0 |
5913038 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of conflict paragraphs by clicking the activated edit button | 28.454 | 0 | 0 |
5913039 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of unchanged paragraphs by clicking the activated edit button | 27.265 | 0 | 0 |
5913040 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | certain edit specific buttons should not be visible at first | 27.216 | 0 | 0 |
5913041 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of unchanged paragraphs should be saved | 26.413 | 1 | 0 |
5913042 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 27.342 | 0 | 0 |
5913043 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | paragraph edits can be reverted | 28.641 | 0 | 0 |
5913044 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | revert confirmation will not show if nothing changed | 31.423 | 0 | 0 |
5913045 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | clicking edit should automatically focus the text editor | 30.953 | 0 | 0 |
5913046 | TwoColConflict editable areas 184217 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | saving an editor with no changes will preserve the highlight portions | 27.545 | 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) );