-
Notifications
You must be signed in to change notification settings - Fork 36
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.yaml
rclayton-godaddy, mikesouza, Carleon, DanielBertocci, abdok96 and 6 moremikesouza, Carleon, nverbos-godaddy, loeffel-io and kiennt23
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done