testcases
5 rows where testsuite_id = 195117
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6191784 | Create a new type 195117 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should navigate to the type form | 4.988 | 0 | 0 |
6191785 | Create a new type 195117 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the about section | 10.623 | 0 | 0 |
6191786 | Create a new type 195117 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the keys block | 14.697 | 0 | 0 |
6191787 | Create a new type 195117 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should fill the entries in the validator block | 1.716 | 0 | 0 |
6191788 | Create a new type 195117 | chrome.116_0_0_0.linux.Type_(CUJ_7).Create_a_new_type | should publish the type | 5.739 | 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) );