testcases
4 rows where testsuite_id = 1072
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
371602 | Basic usage 1072 | Basic usage | The configured browser is used | 0.962329 | 0 | 0 |
371603 | Basic usage 1072 | Basic usage | Browsers are started on-demand | 0.861488 | 0 | 0 |
371604 | Basic usage 1072 | Basic usage | Browsers are closed automatically | 1.499344 | 0 | 0 |
371605 | Basic usage 1072 | Basic usage | Navigating to the wiki | 1.506699 | 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) );