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
Copy file name to clipboardExpand all lines: pkg/atmos/component-helper/README.md
+29-16Lines changed: 29 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,21 +192,34 @@ Finally, The Helper will clean up the temporary directory and any other resource
192
192
component under test and its dependencies. This can be useful for debugging issues with the component or its
193
193
dependencies.
194
194
195
+
### Custom Component Directory
196
+
197
+
In some cases, for example where there are a suite of components that need to be tested together, it's not desirable to have the component copied to the `target` directory under `<TEMP_DIR>/components/terraform/target`. In this case, you can specify a custom directory by using the `-component-dest-dir` flag or by creting a custom `SetupSuite()` method on your Test Suite.
0 commit comments