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

JUnit5 - Start recording from @Test, skipping @BeforeEach method #44

Open
AutomatedOwl opened this issue Oct 22, 2017 · 3 comments
Open

Comments

@AutomatedOwl
Copy link

Hi,
I've used this library with JUnit 4 and it was recording the tests from the 'Before' method. Now with JUnit 5 it starts to record only from 'Test' method. Is it something configurable?

@SergeyPirogov
Copy link
Owner

@MickyOwly Em, Actually the idea is to record @test only. Need to investigate the way to record preconditions

@AutomatedOwl
Copy link
Author

Thanks for your response,
I actually don't mind to contribute to the project and add a support for this feature.

@SergeyPirogov
Copy link
Owner

Fell free to contribute

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

No branches or pull requests

2 participants