testcases
5 rows where testsuite_id = 201963
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
7805020 | Create a new test CUJ 4 201963 | chrome.120_0_0_0.linux.Tester.Create_a_new_test_(CUJ_4) | should navigate to the tester form | 8.667 | 0 | 0 |
7805021 | Create a new test CUJ 4 201963 | chrome.120_0_0_0.linux.Tester.Create_a_new_test_(CUJ_4) | should fill the entries in the about section | 10.488 | 0 | 0 |
7805022 | Create a new test CUJ 4 201963 | chrome.120_0_0_0.linux.Tester.Create_a_new_test_(CUJ_4) | should fill the entries in the call block | 5.012 | 0 | 0 |
7805023 | Create a new test CUJ 4 201963 | chrome.120_0_0_0.linux.Tester.Create_a_new_test_(CUJ_4) | should fill the entries in the validation block | 2.132 | 0 | 0 |
7805024 | Create a new test CUJ 4 201963 | chrome.120_0_0_0.linux.Tester.Create_a_new_test_(CUJ_4) | should publish the test | 1.944 | 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) );