The CFT docker image (cft/developer-tools) provides an easy to use environment to develop our GCP related modules.
However it seems that the bundled script at /usr/local/bin/test_integration.sh still relies on the Kitchen testing framework, while most of the examples you provide in your terraform modume are based on the blueprint-test framework (cft CLI bundled in the image).
Is there any plan to update this script to now rely on CFT rather than kitchen ? I can propose a PR to introduce this change or create a separate script alongside this one to keep retro-compatibility ?
The CFT docker image (cft/developer-tools) provides an easy to use environment to develop our GCP related modules.
However it seems that the bundled script at
/usr/local/bin/test_integration.sh
still relies on the Kitchen testing framework, while most of the examples you provide in your terraform modume are based on the blueprint-test framework (cft CLI bundled in the image).Is there any plan to update this script to now rely on CFT rather than kitchen ? I can propose a PR to introduce this change or create a separate script alongside this one to keep retro-compatibility ?