https://pulumi.com logo
o

orange-tailor-85423

03/26/2019, 5:29 PM
integration testing your Pulumi code - anybody have a good system / language / pattern working for them?
w

white-balloon-205

03/26/2019, 6:17 PM
Currently, we internally use a Go-based integration testing framework - you can see an example of how we use this to test our
examples
repo nightly at https://github.com/pulumi/examples/blob/master/misc/test/examples_test.go. This is something that anyone can use for their own projects if desired - though it is not the ideal solution here. We have a big investment planned in the near future on enabling integration testing for Pulumi projects within the source language (JS/TS/Python) using native test framework. See https://github.com/pulumi/pulumi/issues/2287