You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: