allure-go icon indicating copy to clipboard operation
allure-go copied to clipboard

Allow to set allureID for testcase before run the 'BeforeAll' method in suite

Open dkx86 opened this issue 1 year ago • 0 comments

  • Moved out parametrized tests collection in the separate function. Now parametrized tests add to the suit before executing BeforeAll function.
  • Added new method for initializing params for parametrized tests.
  • Added method for mapping testcase name and it's allureID outside of the test function. ALLURE_ID label is adding at the step of collecting suit's tests and before executing BeforeAll method. This allows to avoid testcase duplication in the TestOps, while BeforeAll fails.
  • Updated README

dkx86 avatar Apr 27 '24 15:04 dkx86