Skip to content
New issue

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

Unable to run E2E tests locally #222

Open
f1ames opened this issue Jun 16, 2021 · 1 comment
Open

Unable to run E2E tests locally #222

f1ames opened this issue Jun 16, 2021 · 1 comment
Labels
status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).

Comments

@f1ames
Copy link
Contributor

f1ames commented Jun 16, 2021

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 f1ames added status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc). size:? labels Jun 16, 2021
@MMMalik
Copy link
Contributor

MMMalik commented Jun 17, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).
Projects
None yet
Development

No branches or pull requests

3 participants