testcases
7 rows where testsuite_id = 293666
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
18606057 | Page 293666 | chrome.120_0_0_0.linux.Page | should be previewable @daily | 15.656 | 0 | 0 |
18606058 | Page 293666 | chrome.120_0_0_0.linux.Page | should be creatable | 7.473 | 0 | 0 |
18606059 | Page 293666 | chrome.120_0_0_0.linux.Page | should be re creatable | 10.797 | 0 | 0 |
18606060 | Page 293666 | chrome.120_0_0_0.linux.Page | should be editable @daily | 10.085 | 0 | 0 |
18606061 | Page 293666 | chrome.120_0_0_0.linux.Page | should have history @daily | 3.613 | 0 | 0 |
18606062 | Page 293666 | chrome.120_0_0_0.linux.Page | should be deletable | 0.0 | 0 | 1 |
18606063 | Page 293666 | chrome.120_0_0_0.linux.Page | before each hook for Page | 6.612 | 1 | 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) );