testcases
6 rows where testsuite_id = 43511
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1898586 | page2 43511 | chrome.Page2 | should be creatable4 | 0.0 | 0 | 1 |
1898587 | page2 43511 | chrome.Page2 | should be re-creatable5 | 0.0 | 0 | 1 |
1898588 | page2 43511 | chrome.Page2 | should be editable6 | 0.0 | 0 | 1 |
1898589 | page2 43511 | chrome.Page2 | should have history7 | 0.901 | 0 | 0 |
1898590 | page2 43511 | chrome.Page2 | should be deletable11 | 0.001 | 0 | 1 |
1898591 | page2 43511 | chrome.Page2 | should be restorable12 | 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) );