elastic / e2e-testing

Formal verification of Elastic-Agent and more using BDD
Other
24 stars 42 forks source link

Support for adding test case ID as a decorator in the test case automated #3118

Open muskangulati-qasource opened 1 year ago

muskangulati-qasource commented 1 year ago

As of now, we are automating test cases without any reference to the test case ID. We are only using the feature tags and no other tag.

To handle the ambiguity, we can add the Test case ID as a decorator for the test cases.

This would help us actually sync the automation status with test rail as well as in future, it would be easy to review the test case status with test case ID in the report as well.

cc @pazone

pazone commented 1 year ago

@muskangulati-qasource Do you mean testrail integration?

dikshachauhan-qasource commented 1 year ago

Hi @pazone

Yes, we are thinking of similar, however it will be a major task to integrate TestRail for now.

Currently, we were just planning to add Testcase Ids from Testrail to the feature scenarios like tags, so that once the execution result is available we can, mark the testcase manually for now as pass in automated test plans in testrail.

Please let me know if you have more queries here.