You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed following issue:
Run docker with --prerunmodifier some_path.suite_visitor.Visitor
In my case the goal is to define capture screen in each test case.
Example:
`
class ScreenRecordingSuite(SuiteVisitor):
Hello,
I noticed following issue:
Run docker with --prerunmodifier some_path.suite_visitor.Visitor
In my case the goal is to define capture screen in each test case.
Example:
`
class ScreenRecordingSuite(SuiteVisitor):
`
But my keywords are injected two times.
If I'm using directly robot command then it is added only one time.
I'm not sure if I'm doing something wrong or not. I quickly checked source code and I was not able to find anything.
Expected behavior
Keywords are injected only one times
Robot template
Any test is fine the goal is to verify that keywords are injected properly
Screenshots
Please provide any relevant information, such as:
The text was updated successfully, but these errors were encountered: