-
Notifications
You must be signed in to change notification settings - Fork 45
Support multiple tuple files in tests #233
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Scope
Allowing multiple tuple files gives you the option to break up your fixtures data (tuples) and reuse them across different tests. For example, you might have a set of tuples that contain all companies and another set of tuples for teams. This should make managing the test data a lot easier.
Example
tests: # required
- name: test-1
# tuple_file: ./tuples.yaml # tuples that would apply per test
# tuple_file: # or multiple
# - ./tuples-1.yaml
# - ./tuples-2.yamlReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done