-
Notifications
You must be signed in to change notification settings - Fork 0
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
Simplify and revise Testing #43
Comments
Situation is as follows:
I fear this is not as simple as it seems. The difficulty are the recorded tests, which expect the same name as when they were recorded. So if the name is auto-generated it won't match the recordings. The obvious workaround to anonymize the application name probably causes more difficulties and complexity than it saves
The |
cloudControl naming: Credential file: |
No, actually not. As written in the file at the very bottom, all information in this file is simply filtered out. So for instance on cloudControl you have your Still unclear? |
No, I understand. But it was just not clear in the context of the example listing, i.e. why it includes more attributes. |
The included examples (the right file) are also not super easy to find. |
The current testing structure is very complex.
Especially the adapter tests use so many dependencies and complex helpers (11 files).
Maybe we can clean this up a bit and make it easier to understand and use for developers.
We should also document it a little more if we need to keep it this way.
Additional restriction I'd like to remove if possible:
Maybe we can also drop the 3 applications quota restriction that need to be allowed in each account to be able to run the tests.
Syntax only uses
user
andpassword
whereas the example below uses additional attributesusername
andid
which is unclear to me.The text was updated successfully, but these errors were encountered: