testcases
6 rows where testsuite_id = 194594
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6190497 | TwoColConflict EditUi 194594 | chrome.116_0_0_0.linux.TwoColConflict_EditUi | edits of unchanged paragraphs should be saved | 11.663 | 0 | 0 |
6190498 | TwoColConflict EditUi 194594 | chrome.116_0_0_0.linux.TwoColConflict_EditUi | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 12.9 | 0 | 0 |
6190499 | TwoColConflict EditUi 194594 | chrome.116_0_0_0.linux.TwoColConflict_EditUi | paragraph edits can be reverted | 13.941 | 0 | 0 |
6190500 | TwoColConflict EditUi 194594 | chrome.116_0_0_0.linux.TwoColConflict_EditUi | revert confirmation will not show if nothing changed | 11.09 | 0 | 0 |
6190501 | TwoColConflict EditUi 194594 | chrome.116_0_0_0.linux.TwoColConflict_EditUi | saving an editor with no changes will preserve the highlight portions | 0.0 | 0 | 1 |
6190502 | TwoColConflict EditUi 194594 | chrome.116_0_0_0.linux.TwoColConflict_EditUi | before each hook for TwoColConflict EditUi | 9.819 | 1 | 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) );