You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a testcafe command and passing an argument to specify what environment I want to run my test in. For example: testcafe "browserstack:chrome@78.0:OS X Mojave" smoke-test.js --skip-js-errors --env=production
What is the Current behavior?
With version 1.15.1 when I include --env=production the command fails with error: unknown option '--env=production'
What is the Expected behavior?
With version 1.15.0 I was able to successfully pass my env command line argument with no problem.
How would you reproduce the current behavior (if this is a bug)?
Try to run command like the above with testcafe version 1.15.1
Provide the test code and the tested page URL (if applicable)
Not applicable since this is a command line problem
Your website URL (or attach your complete example):
Your complete test code (or attach your test files)
Your Environment details:
testcafe version: 1.15.1
node.js version:
command-line arguments: testcafe "browserstack:chrome@78.0:OS X Mojave" smoke-test.js --skip-js-errors --env=production
browser name and version:
platform and version:
other:
The text was updated successfully, but these errors were encountered:
Are you requesting a feature or reporting a bug?
Reporting a bug
What is your Test Scenario?
I am running a testcafe command and passing an argument to specify what environment I want to run my test in. For example:
testcafe "browserstack:chrome@78.0:OS X Mojave" smoke-test.js --skip-js-errors --env=production
What is the Current behavior?
With version 1.15.1 when I include
--env=production
the command fails witherror: unknown option '--env=production'
What is the Expected behavior?
With version 1.15.0 I was able to successfully pass my env command line argument with no problem.
How would you reproduce the current behavior (if this is a bug)?
Try to run command like the above with testcafe version 1.15.1
Provide the test code and the tested page URL (if applicable)
Not applicable since this is a command line problem
Your website URL (or attach your complete example):
Your complete test code (or attach your test files)
Your Environment details:
The text was updated successfully, but these errors were encountered: