Released under the Apache License 2.0
To run this application you'll need:
yarn install
.env.example
and rename it to .env
yarn start:frontend
yarn start:dev
Note: Docker setup is still a work in progress and does not offer a good developer experience. For now we recommend you to run the project locally following the instructions listed above. If you still want to use docker, here's how:
docker-compose up
or docker-compose up -d
docker-compose down
cypress.env.example.json
and rename it to cypress.env.json
cypress.env.json
with valid user credentials (Username and password)[!WARNING] The data from the accound you set in
cypress.env.json
will be wiped out after the tests run. So, don't use your real account here!
To run E2E tests you have two options:
yarn test:cy
yarn cy:open
To run the unit tests you have two options:
yarn test
to run all the tests and collect the coverage report. Or;watch
mode by running yarn test:watch
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!