testcases
6 rows where testsuite_id = 239931
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
12745739 | on initial view 239931 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi.on_initial_view | will not switch to edit mode as long as nothing is selected | 4.021 | 0 | 0 |
12745740 | on initial view 239931 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi.on_initial_view | has edit buttons that toggle visibility depending on the side selection | 4.495 | 0 | 0 |
12745741 | on initial view 239931 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi.on_initial_view | will not switch to edit mode if the column clicked is not selected | 3.937 | 0 | 0 |
12745742 | on initial view 239931 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi.on_initial_view | will switch to edit mode by clicking the column that is selected | 4.762 | 0 | 0 |
12745743 | on initial view 239931 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi.on_initial_view | will switch to edit mode by clicking the edit button in the column that is selected | 4.779 | 0 | 0 |
12745744 | on initial view 239931 | chrome.90_0_4430_212.linux.TwoColConflict_EditUi.on_initial_view | will switch to edit mode by clicking the edit button in unchanged paragraphs | 4.682 | 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) );