video-recorder-java
video-recorder-java copied to clipboard
JUnit5 - Start recording from @Test, skipping @BeforeEach method
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?
@MickyOwly Em, Actually the idea is to record @test only. Need to investigate the way to record preconditions
Thanks for your response, I actually don't mind to contribute to the project and add a support for this feature.
Fell free to contribute