romanresh / vscode-testcafe

This extension allows you to run TestCafe tests directly from VS Code
https://marketplace.visualstudio.com/items?itemName=romanresh.testcafe-test-runner
MIT License
47 stars 15 forks source link

Improvement: Utilize Live Mode (Now Included In TestCafe) #30

Closed dapperdandev closed 5 years ago

dapperdandev commented 5 years ago

TestCafe Live is being absorbed into TestCafe as of TestCafe 1.0.0.

https://devexpress.github.io/testcafe/blog/testcafe-v1-0-0-released.html#live-mode-3215

How do you want to approach this? I imagine we'll want to add support for Live Mode for 1.0.0 users, but also maintain support for pre-1.0.0 users who still need to install testcafe-live separately. Thoughts?

beeing commented 5 years ago

Since VSCode supports installing older version, publishing the new features as new major version will be sufficient.

romanresh commented 5 years ago

Hi. I've just published v2.0.0 which changes behavior of the useLiveRunner option. It will add the --live argument to the testcafe if the option is enabled.

dapperdandev commented 5 years ago

@romanresh Sounds good. Thanks!