This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Reusable tests #60
Comments
Would #57 provide this? |
This seems possible in the existing chaining behavior. Can you describe the use case in greater detail? |
I want to create 2 test suites, one for each specific business domain. I don't want to copy and paste the login request in each suite, so I ask if there is a way to |
So you want to do this:
It's currently possible to execute tests on a directory. So this implementation could potentially exit the directory and run a set of tests. Are there other use cases? |
#86 is another implementation option |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think it is a good idea to be able to extract repeatable tests in dedicated files and import them.
Ex: I want to modularize some tests by domain, and each domain needs to have an initial authentication request that is common to all tests.
The text was updated successfully, but these errors were encountered: