testcases
6 rows where testsuite_id = 194634
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6190625 | on initial view 194634 | chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view | will not switch to edit mode as long as nothing is selected | 10.761 | 0 | 0 |
6190626 | on initial view 194634 | chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view | has edit buttons that toggle visibility depending on the side selection | 9.101 | 0 | 0 |
6190627 | on initial view 194634 | chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view | will not switch to edit mode if the column clicked is not selected | 10.555 | 0 | 0 |
6190628 | on initial view 194634 | chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view | will switch to edit mode by clicking the column that is selected | 9.559 | 0 | 0 |
6190629 | on initial view 194634 | chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view | will switch to edit mode by clicking the edit button in the column that is selected | 9.635 | 0 | 0 |
6190630 | on initial view 194634 | chrome.116_0_0_0.linux.TwoColConflict_EditUi.on_initial_view | will switch to edit mode by clicking the edit button in unchanged paragraphs | 12.216 | 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) );