Speeding up local dev: fast feedback when building pipelines
Are you building Pipelines and unsure about the best way to test and iterate over them? Worry not. Your questions are about to be answered!
In this blog post, you will gain insights into how you can get faster feedback on your Pipeline development by:
- Running the pipeline stage locally
- Running automated tests
- Testing imperative actions
- Running the stage as a container
We will also look into how to more effectively run system-level tests by
- Populating the image cache
- Setting the image pull policy
- Automating end-to-end (e2e) tests
Click "read more" below to continue!