video-recorder-java icon indicating copy to clipboard operation
video-recorder-java copied to clipboard

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

Open AutomatedOwl opened this issue 8 years ago • 3 comments

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?

AutomatedOwl avatar Oct 22 '17 16:10 AutomatedOwl

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

SergeyPirogov avatar Oct 22 '17 16:10 SergeyPirogov

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

AutomatedOwl avatar Oct 22 '17 17:10 AutomatedOwl

Fell free to contribute

SergeyPirogov avatar Oct 22 '17 17:10 SergeyPirogov