Filter tests (Run chosen tests only)
xmik opened this issue · 1 comments
xmik commented
It would be great if it was possible to only run a chosen set of tests.
Thanks to that we could test multiple AWS Accounts, one after another.
Workaround
A workaround is to split tests by AWS Account into separate tests files, and ensure that only the tests file we want to currently use, is put in the spec/
directory.
I'm curious if there is some other solution.
glasswalk3r commented