Setup custom TestCafe command line arguments in config
Closed this issue · 5 comments
romanresh commented
Setup custom TestCafe command line arguments in config
douglastondo commented
Hi, how can I setup arguments?
romanresh commented
Hi @douglastondo . There is no such feature in the current version. But I'm working on it.
douglastondo commented
Thank you @romanresh :)
romanresh commented
Ok, it's done. Use the new configuration key "testcafeTestRunner.customArguments" to pass any custom parameters to testcafe. See README.md.
douglastondo commented
Tested and it is working fine.