We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The BackstopJS Dockerfile should be updated to and adjust for any Node 20 compatibility issues.
Dockerfile
Note: a npm run docker-load script was added to load local buildx multi-platform image without publishing
npm run docker-load
buildx
cd test/configs/ && node ../../cli/index.js test --docker
npm run sanity-test-docker
npm run smoke-test-docker
npm run sanity-test-playwright-docker
The text was updated successfully, but these errors were encountered:
garris#1523
Sorry, something went wrong.
dgrebb
No branches or pull requests
The BackstopJS
Dockerfile
should be updated to and adjust for any Node 20 compatibility issues.Dockerfile
Docker Validations Performed
Note: a
npm run docker-load
script was added to load localbuildx
multi-platform image without publishingcd test/configs/ && node ../../cli/index.js test --docker
npm run sanity-test-docker
npm run smoke-test-docker
- exits without indication of passing smoke tests; report opens in browser. expected?npm run sanity-test-playwright-docker
The text was updated successfully, but these errors were encountered: