testcases
9 rows where testsuite_id = 184273
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5913326 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should resolve the conflict successfully | 29.967 | 0 | 0 |
5913327 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should resolve the ongoing conflict successfully when another user edits a different section in the meantime | 39.748 | 0 | 0 |
5913328 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should trigger a new conflict when another user edits in the same lines in the meantime | 37.778 | 0 | 0 |
5913329 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should resolve the conflict successfully when unsaved edits in selected paragraphs are present | 31.146 | 0 | 0 |
5913330 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should show a preview page | 28.03 | 0 | 0 |
5913331 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should show a correct preview page when unsaved edits in selected paragraphs are present | 28.536 | 0 | 0 |
5913332 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should show a correct preview page when using pre save transforms | 29.193 | 0 | 0 |
5913333 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should be possible to edit and preview the left other side | 27.338 | 0 | 0 |
5913334 | TwoColConflict save and preview 184273 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | editor should not decode html entities | 27.976 | 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) );