testcases
9 rows where testsuite_id = 151368
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
4790498 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should resolve the conflict successfully | 28.02 | 1 | 0 |
4790499 | TwoColConflict save and preview 151368 | 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 | 38.629 | 0 | 0 |
4790500 | TwoColConflict save and preview 151368 | 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 | 36.81 | 0 | 0 |
4790501 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should resolve the conflict successfully when unsaved edits in selected paragraphs are present | 29.174 | 0 | 0 |
4790502 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should show a preview page | 25.97 | 0 | 0 |
4790503 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should show a correct preview page when unsaved edits in selected paragraphs are present | 26.236 | 0 | 0 |
4790504 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should show a correct preview page when using pre save transforms | 26.229 | 0 | 0 |
4790505 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | should be possible to edit and preview the left other side | 25.803 | 0 | 0 |
4790506 | TwoColConflict save and preview 151368 | chrome.90_0_4430_212.linux.TwoColConflict save and preview | editor should not decode html entities | 24.224 | 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) );