testcases
8 rows where testsuite_id = 202239
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
7805585 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should navigate to the type form | 5.25 | 0 | 0 |
7805586 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the about section | 10.84 | 0 | 0 |
7805587 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the keys block | 15.338 | 0 | 0 |
7805588 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the validator block | 1.857 | 0 | 0 |
7805589 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the equality block | 1.877 | 0 | 0 |
7805590 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the renderer block | 1.886 | 0 | 0 |
7805591 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the parser block | 1.942 | 0 | 0 |
7805592 | Create a new type 202239 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should publish the type | 5.934 | 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) );