testcases
8 rows where testsuite_id = 202079
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
7805258 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should navigate to the type form | 7.208 | 0 | 0 |
7805259 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the about section | 11.694 | 0 | 0 |
7805260 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the keys block | 15.687 | 0 | 0 |
7805261 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the validator block | 1.923 | 0 | 0 |
7805262 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the equality block | 1.9 | 0 | 0 |
7805263 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the renderer block | 1.952 | 0 | 0 |
7805264 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the parser block | 1.987 | 0 | 0 |
7805265 | Create a new type 202079 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should publish the type | 6.012 | 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) );