Angular application for Alpacamundo.eu
Development/Local build: ng build --configuration=development
Test build: ng build --configuration=test
Production build: ng build --configuration=production
Run tests by clicking the arrow in the test file
Run npx playwright test
to run the tests headless
Rn npx playwright test --ui
to run the tests with the UI
Run npx playwright show-report
to see the report
Need:
- docker extension vsCode to easy build en push images.
- registry connected to docker extension to push image to.
- some place to deploy the image to.
- build the corresponding build
- start docker desktop
- build docker image
- test docker image locally with docker desktop
- push docker image to registry !with right tag!
- ... restart container with new pulled image