Hi there, First of all, big fan of what you guys ...
# seed
c
Hi there, First of all, big fan of what you guys have done with seed.run. 🙂 I have a question about running integration tests for my stack in an automated way, I want to use
newman
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,
f
Hey @Cristian, if you have multiple services, you can configure a Post-Deploy phase for the
dev
stage. You can read more about it here - https://seed.run/docs/adding-a-post-deploy-phase
c
thank you frank, that seems like a better idea