testcases
8 rows where testsuite_id = 195302
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6192128 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should create a function | 12.945 | 0 | 0 |
6192129 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function name | 2.409 | 0 | 0 |
6192130 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function aliases | 0.249 | 0 | 0 |
6192131 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function arguments | 0.566 | 0 | 0 |
6192132 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the input types | 0.372 | 0 | 0 |
6192133 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the output type | 0.124 | 0 | 0 |
6192134 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should edit the function to remove a label | 2.757 | 0 | 0 |
6192135 | Function editor CUJ2 195302 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function details without the removed label | 2.383 | 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) );