testcases
5 rows where testsuite_id = 239930
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
12745734 | TwoColConflict EditUi 239930 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi | edits of unchanged paragraphs should be saved | 5.33 | 0 | 0 |
12745735 | TwoColConflict EditUi 239930 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi | edits of selected paragraphs should be saved and should not affect unselected paragraphs | 5.162 | 0 | 0 |
12745736 | TwoColConflict EditUi 239930 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi | paragraph edits can be reverted | 5.897 | 0 | 0 |
12745737 | TwoColConflict EditUi 239930 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi | revert confirmation will not show if nothing changed | 5.655 | 0 | 0 |
12745738 | TwoColConflict EditUi 239930 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi | saving an editor with no changes will preserve the highlight portions | 6.259 | 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) );