Let's say there is no test case created yet in Xray Jira.
def test_page_load():
assert True
When we execute this, is it possible to create a new test in Xray JIRA with name "test_page_load" under the test plan provided?
Context : Lot of test cases prior to using Xray have already been automated. But now there is no binding to those test cases in Xray since they are not there in Jira. Rather than creating all of them manually in JIRA and providing their IDs in the mark.xray tag, is it possible for the library to create those test cases in Jira? and then we could use those IDs in the mark tag.
Let's say there is no test case created yet in Xray Jira.
def test_page_load():
assert True
When we execute this, is it possible to create a new test in Xray JIRA with name "test_page_load" under the test plan provided?
Context : Lot of test cases prior to using Xray have already been automated. But now there is no binding to those test cases in Xray since they are not there in Jira. Rather than creating all of them manually in JIRA and providing their IDs in the mark.xray tag, is it possible for the library to create those test cases in Jira? and then we could use those IDs in the mark tag.