Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use global testcafe (optional) #4

Open
romanresh opened this issue Dec 14, 2016 · 2 comments
Open

Use global testcafe (optional) #4

romanresh opened this issue Dec 14, 2016 · 2 comments

Comments

@romanresh
Copy link
Owner

No description provided.

@FDMatthias
Copy link

FDMatthias commented Dec 8, 2017

A possible solution/workaround is to edit your VSCode user settings (or workspace) and add the following:

windows:
"testcafeTestRunner.workspaceRoot": "C:/Users/<username>/AppData/Roaming/npm"

mac
"testcafeTestRunner.workspaceRoot": "/usr/local/lib"

or wherever the global node_modules folder is located on your computer.

@elfia
Copy link

elfia commented Nov 26, 2019

Hi,
is there a way to use these settings - "testcafeTestRunner" from the .testcaferc.json ? Because the VS settings.json file is not in the git repo
For example I want to --skip-js-errors when running tests trough TestCafeTestRunner and I want this to be available for everyone, like the script in package.json
Nice add-on!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants