testcases
5 rows where testsuite_id = 239146
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
12743523 | TwoColConflict save and preview 239146 | chrome.90_0_4430_212.linux.TwoColConflict_save_and_preview | should save a resolved conflict successfully | 5.827 | 0 | 0 |
12743524 | TwoColConflict save and preview 239146 | chrome.90_0_4430_212.linux.TwoColConflict_save_and_preview | should save a resolved conflict successfully when another user edits a different section in the meantime | 6.456 | 0 | 0 |
12743525 | TwoColConflict save and preview 239146 | 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 | 6.292 | 0 | 0 |
12743526 | TwoColConflict save and preview 239146 | chrome.90_0_4430_212.linux.TwoColConflict_save_and_preview | should show a correct preview page when changes are present | 5.585 | 0 | 0 |
12743527 | TwoColConflict save and preview 239146 | chrome.90_0_4430_212.linux.TwoColConflict_save_and_preview | should be possible to edit and preview the left other side | 4.618 | 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) );