We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I have added pollyjs to my project
// config/polly.js module.exports = function (env) { return { // Addon Configuration Options enabled: env === 'test', }; };
but it is not enabled. I have to put --environment=test in the command line
yarn ember test --server works good yarn ember exam --environment=test --server --random works good yarn ember exam --server --random failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I have added pollyjs to my project
but it is not enabled. I have to put --environment=test in the command line
yarn ember test --server works good
yarn ember exam --environment=test --server --random works good
yarn ember exam --server --random failed
The text was updated successfully, but these errors were encountered: