Repository for running the SAM CLI on Azure with E2E tests.
- SAM CLI
- Docker
- npm
You will find the backend and frontend code in this repository.
To get started run the script startE2E.sh
.
This script will run SAM CLI on your machine along with docker-compose.
For those of you that are savy with environment variables, this environment variable will need to updated and the code changed accordingly:
REACT_APP_FEEDBACK_API=http://172.17.0.1:3001/feedback
There is also example for pipeline on branch pipeline/azure-testcafe
Checkout cypress
branch for cypress example. The better tool to use for this app.
Play spot the difference between the different configurations needed between these two pipeline branches:
pipeline/azure-cypress
pipeline/azure-testcafe