testcases
13 rows where testsuite_id = 62232
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
2154842 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | has edit buttons that toggle visibility depending on the side selection | 25.062 | 0 | 0 |
2154843 | TwoColConflict editable areas 62232 | 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.707 | 0 | 0 |
2154844 | TwoColConflict editable areas 62232 | 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.908 | 0 | 0 |
2154845 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | will begin editing if the column that is selected is clicked | 23.91 | 0 | 0 |
2154846 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of conflict paragraphs by clicking the activated edit button | 24.636 | 0 | 0 |
2154847 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | allows editing of unchanged paragraphs by clicking the activated edit button | 24.453 | 0 | 0 |
2154848 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | certain edit specific buttons should not be visible at first | 24.158 | 0 | 0 |
2154849 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of unchanged paragraphs should be saved | 23.703 | 0 | 0 |
2154850 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 25.08 | 1 | 0 |
2154851 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | paragraph edits can be reverted | 25.684 | 0 | 0 |
2154852 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | revert confirmation will not show if nothing changed | 24.326 | 0 | 0 |
2154853 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | clicking edit should automatically focus the text editor | 24.214 | 0 | 0 |
2154854 | TwoColConflict editable areas 62232 | chrome.90_0_4430_212.linux.TwoColConflict editable areas | saving an editor with no changes will preserve the highlight portions | 24.242 | 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) );