All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 14m41s
4 lines
197 B
Markdown
4 lines
197 B
Markdown
using powershell on win10 use this command to run the integration tests only in the container
|
|
|
|
podman exec -i flyer-crawler-dev npm run test:integration 2>&1 | Tee-Object -FilePath test-output.txt
|