allure-go
allure-go copied to clipboard
Allow to set allureID for testcase before run the 'BeforeAll' method in suite
- Moved out parametrized tests collection in the separate function. Now parametrized tests add to the suit before executing
BeforeAllfunction. - 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_IDlabel is adding at the step of collecting suit's tests and before executingBeforeAllmethod. This allows to avoid testcase duplication in the TestOps, whileBeforeAllfails. - Updated README