Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 14, 2024

Conversation

dkx86
Copy link
Collaborator

@dkx86 dkx86 commented Apr 27, 2024

  • 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

@koodeex koodeex merged commit 43a1b4e into ozontech:master May 14, 2024
3 checks passed
@quberok
Copy link

quberok commented May 31, 2024

This update contains breaking changes. It breaks parametrised tests that already were written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants