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.
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.