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
I would like to reuse tests for different container images and create a structure with tests. This should work well with the gossfile configuration. However, dgoss only copies a configuration and not an entire directory with the parameter GOSS_FILES_PATH.
Describe the solution you'd like
Copy all files from GOSS_FILES_PATH, (Is this a breaking change?)
copy whole directory if GOSS_FILES_PATH has not it's default value .
add a new parameter, similar to -d like in kgoss, -d is already user by docker run
Describe the feature:
I would like to reuse tests for different container images and create a structure with tests. This should work well with the
gossfile
configuration. However,dgoss
only copies a configuration and not an entire directory with the parameterGOSS_FILES_PATH
.Describe the solution you'd like
GOSS_FILES_PATH
, (Is this a breaking change?)GOSS_FILES_PATH
has not it's default value.
-d
like inkgoss
,-d
is already user bydocker run
Maybe there are other solutions.
Related to:
The text was updated successfully, but these errors were encountered: