romanresh/vscode-testcafe

Setup custom TestCafe command line arguments in config

Closed this issue · 5 comments

Setup custom TestCafe command line arguments in config

Hi, how can I setup arguments?

Hi @douglastondo . There is no such feature in the current version. But I'm working on it.

Thank you @romanresh :)

Ok, it's done. Use the new configuration key "testcafeTestRunner.customArguments" to pass any custom parameters to testcafe. See README.md.

Tested and it is working fine.