Cristian
04/19/2021, 12:18 PMnewman
to run postman collections against dev env after it was deployed:
-> What is the best way to do that in seed.run?
My current idea is to put it in seed.yml
under after_deploy
, and use $SEED_STAGE_NAME
to make sure I run it only for develop env.
Does anyone have a better idea?
Thanks and have a nice day,Frank
dev
stage. You can read more about it here - https://seed.run/docs/adding-a-post-deploy-phaseCristian
04/20/2021, 7:58 AM