testcases
4 rows where testsuite_id = 194439
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6190028 | Dwelling on a valid reference link 194439 | chrome.116_0_0_0.linux.Dwelling_on_a_valid_reference_link | I should see a reference preview | 1.78 | 0 | 0 |
6190029 | Dwelling on a valid reference link 194439 | chrome.116_0_0_0.linux.Dwelling_on_a_valid_reference_link | Abandoning link hides reference preview | 2.405 | 0 | 0 |
6190030 | Dwelling on a valid reference link 194439 | chrome.116_0_0_0.linux.Dwelling_on_a_valid_reference_link | References with lots of text are scrollable and fades | 0.0 | 0 | 1 |
6190031 | Dwelling on a valid reference link 194439 | chrome.116_0_0_0.linux.Dwelling_on_a_valid_reference_link | Dwelling references links inside reference previews does not close the popup | 0.0 | 0 | 1 |
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) );