testcases
6 rows where testsuite_id = 200012
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
7800669 | Verify checkuser can interact with the CheckUser log 200012 | chrome.90_0_4430_212.linux.CheckUserLog.With_CheckUser_user_group.Verify_checkuser_can_interact_with_the_CheckUser_log | Should show target input | 0.144 | 0 | 0 |
7800670 | Verify checkuser can interact with the CheckUser log 200012 | chrome.90_0_4430_212.linux.CheckUserLog.With_CheckUser_user_group.Verify_checkuser_can_interact_with_the_CheckUser_log | Should show initiator input | 0.074 | 0 | 0 |
7800671 | Verify checkuser can interact with the CheckUser log 200012 | chrome.90_0_4430_212.linux.CheckUserLog.With_CheckUser_user_group.Verify_checkuser_can_interact_with_the_CheckUser_log | Should show start date selector | 0.133 | 0 | 0 |
7800672 | Verify checkuser can interact with the CheckUser log 200012 | chrome.90_0_4430_212.linux.CheckUserLog.With_CheckUser_user_group.Verify_checkuser_can_interact_with_the_CheckUser_log | Should show end date selector | 0.075 | 0 | 0 |
7800673 | Verify checkuser can interact with the CheckUser log 200012 | chrome.90_0_4430_212.linux.CheckUserLog.With_CheckUser_user_group.Verify_checkuser_can_interact_with_the_CheckUser_log | Should show search button | 0.021 | 0 | 0 |
7800674 | Verify checkuser can interact with the CheckUser log 200012 | chrome.90_0_4430_212.linux.CheckUserLog.With_CheckUser_user_group.Verify_checkuser_can_interact_with_the_CheckUser_log | Should be able to use the filters to search | 0.757 | 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) );