-
Notifications
You must be signed in to change notification settings - Fork 66
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
[Testng] can't record video when extends class AbstractTestNGSpringContextTests
#42
Comments
AbstractTestNGSpringContextTests
AbstractTestNGSpringContextTests
Hm, but I don't see that you applied VideoListener. See TestNG example from readme |
I just add VideoListener in testsuite.xml file as below or i add Listeners annotation as example. The result will be the same:
|
Interesting case, need to look inside AbstractTestNGSpringContextTests and debug. I don't know why is it so. |
I will add log for you immediately @SergeyPirogov : please take a look at log file |
Steps:
I can't record video when implement a testng test as below:
But it will work as usual when i removing
AbstractTestNGSpringContextTests
I implement this because i want to develop test for Spring application
The text was updated successfully, but these errors were encountered: