-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use mulitple .taskcat.yml from scopes #673
Comments
Interesting use case. Would using For what it's worth, while I understand the ask, I don't understand how it would be used in practice. Can you elaborate a bit on the pain here ? Edit: Thoughts after I hit submit: This behavior sounds very similar to how unit tests are structured. Is the intent to run |
Yes that is exactly what I was referring to , I could separate the tests into the corresponding sub folders , and I could choose to Run them based on the the current working directory from which I am Running. This could also mean I could have more than one taskcat files ( obvisously with different names) in a given subdirectory |
The only remaining question I have is around project root.
In my mind, each of these tests could be an independent project. Executing Does this track with your intended behavior? |
Sorry for super late response, but yes what you described is exactly what I was asking for. |
Any updates on this? |
Hello ,
At present taskcat uses .taskcat.yml from a dedicated project. It will be helpful to have the ability to auto-include additional
.taskcat.yml in subfolders in scope. if this is already possible, could you provide a way for me to do this. This will help me have different sets of tests while dev and ci ( more like integration tests , if I have 100 different tests) , I know we can run a specific tests using
-t
but having a config helpsThe text was updated successfully, but these errors were encountered: