Chaining stages in 2 separate files, for example:
test_setup.tavern.yaml - to be used by many other tests in different/separate yaml files, saves some variables
test_execution.tavern.yaml - depends on test_setup.tavern.yaml to be executed first, and be able to use the saved
variables in test_setup.tavern.yaml
Read about reusable code, but would like to have more stages in the reusable file, that is included.
Chaining stages in 2 separate files, for example:
test_setup.tavern.yaml - to be used by many other tests in different/separate yaml files, saves some variables
test_execution.tavern.yaml - depends on test_setup.tavern.yaml to be executed first, and be able to use the saved
variables in test_setup.tavern.yaml
Read about reusable code, but would like to have more stages in the reusable file, that is included.