ckeditor4-react icon indicating copy to clipboard operation
ckeditor4-react copied to clipboard

Unable to run E2E tests locally

Open f1ames opened this issue 4 years ago • 1 comments

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?

f1ames avatar Jun 16 '21 15:06 f1ames

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.

MMMalik avatar Jun 17 '21 08:06 MMMalik