Raya Abuzyarova
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Updating TestNG invocationCount (repeat test multiple times)
已回答Hi!I'm trying to figure out if it's possible to change TestNG invocationCount (to repeat test multiple times).As for JUnit we can set it in 'Run/Debug Configurations' Window and it refers to "REPEA... -
创建于 Adding an action to existing line marker provider
已回答Hi! I've been wondering if it's possible to add some custom action to existing line marker provider (e.g. RunLineMarkerProvider/TestRunLineMarkerProvider) without creating new line marker provider?... -
创建于 Extending JUnit plugin
已回答Hi!I've been trying to extend JUnit plugin in order to access JUnitConfiguration (extend it or access it's methods). Compiling project I get: JUnitConfiguration runProfile = (JUnitConfiguration) e...