Skip to content

Is it possible to execute without using the marker @pytest.mark.xray and allow it to create a new test in xray within the project under a test plan? #99

@addymeni

Description

@addymeni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions