ckeditor4-react
ckeditor4-react copied to clipboard
Unable to run E2E tests locally
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?
Our E2E tests run through Nightwatch.js. It's possible to configure it to run locally and there is a guide here. That might be helpful to those who don't have access to our BS profile.