- Docker: Version 20.10.10
- Node: Version 16.13.0
- Npm: Version 8.1.0
Set up your environment file
$ cp .env.sample .env
In the .env
file:
AUTH_TOKEN
: Set based on your test user token.BASE_URL
: Set based on the environment you want to test against.COOKIE_DOMAIN
: Set based on the environment you want to test against.
In the project directory, you can run:
Builds docker image for local environment
Runs the e2e tests in docker environment
Runs eslint to check code style