testcases
13 rows where testsuite_id = 5930
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1422558 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | has edit buttons that toggle visibility depending on the side selection | 26.338 | 0 | 0 |
1422559 | TwoColConflict editable areas 5930 | 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.942 | 0 | 0 |
1422560 | TwoColConflict editable areas 5930 | 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 | 28.174 | 0 | 0 |
1422561 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will begin editing if the column that is selected is clicked | 24.551 | 0 | 0 |
1422562 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of conflict paragraphs by clicking the activated edit button | 26.454 | 0 | 0 |
1422563 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of unchanged paragraphs by clicking the activated edit button | 25.216 | 0 | 0 |
1422564 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | certain edit specific buttons should not be visible at first | 23.761 | 0 | 0 |
1422565 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of unchanged paragraphs should be saved | 24.348 | 0 | 0 |
1422566 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 24.188 | 0 | 0 |
1422567 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | paragraph edits can be reverted | 24.482 | 0 | 0 |
1422568 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | revert confirmation will not show if nothing changed | 25.343 | 0 | 0 |
1422569 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | clicking edit should automatically focus the text editor | 25.579 | 0 | 0 |
1422570 | TwoColConflict editable areas 5930 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | saving an editor with no changes will preserve the highlight portions | 25.194 | 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) );