Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
When running npm run test:e2e or npm run test:e2e:all the following warning is shown and test not run:
Following environment variables must be set: BROWSER_STACK_USERNAME, BROWSER_STACK_ACCESS_KEY, BROWSER_STACK_BROWSER
Maybe we could adjust the script to use BS if mentioned env vars are set and if not use locally available browsers?
WDYT @MMMalik?
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
When running
npm run test:e2eornpm run test:e2e:allthe following warning is shown and test not run:Maybe we could adjust the script to use BS if mentioned env vars are set and if not use locally available browsers?
WDYT @MMMalik?