testcases
8 rows where testsuite_id = 202213
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
7805531 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should create a function | 13.119 | 0 | 0 |
7805532 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function name | 2.336 | 0 | 0 |
7805533 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function aliases | 0.276 | 0 | 0 |
7805534 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function arguments | 5.358 | 1 | 0 |
7805535 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the input types | 0.307 | 0 | 0 |
7805536 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the output type | 0.227 | 0 | 0 |
7805537 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should edit the function to remove a label | 2.565 | 0 | 0 |
7805538 | Function editor CUJ2 202213 | chrome.116_0_0_0.linux.Function.Function_editor_(CUJ2) | should display the function details without the removed label | 2.128 | 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) );