testcases
4 rows where testsuite_id = 306406
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
19914840 | Page 306406 | chrome.120_0_0_0.linux.Page | should be previewable @daily | 11.664 | 0 | 0 |
19914841 | Page 306406 | chrome.120_0_0_0.linux.Page | should be creatable | 17.456 | 0 | 0 |
19914842 | Page 306406 | chrome.120_0_0_0.linux.Page | should be re creatable | 0.0 | 0 | 1 |
19914843 | Page 306406 | chrome.120_0_0_0.linux.Page | before each hook for Page | 6.623 | 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) );