Bitbucket
Bitbucket Pipelines: Deploy and Test
Run your test suite against the deployed environment to validate changes.
bitbucket-pipelines.yml
This pipeline:
- Deploys to Zuplo and captures the output
- Extracts the deployment URL and saves it as an artifact
- Runs tests against the deployed environment
Next Steps
- Add PR preview environments with cleanup
- Run local tests before deploying
Last modified on