cytorus
cytorus copied to clipboard
Load test data from external resource
Discussed in https://github.com/NaturalIntelligence/cytorus/discussions/6
Originally posted by amitguptagwl March 8, 2022 Would it be good to provide a feature to load test data from external resources?
Eg
Scenario: GSM list
#> source: resources/investedCompanies.txt
Given the list of invested companies
Then the list of companies in GSM list are displayed as per their level
Alternate
Scenario: GSM list
Given the list of invested companies
"""
resources/investedCompanies.txt
"""
Then the list of companies in GSM list are displayed as per their level
In case of Examples, I couldn't find any right example where the same scenario should rerun for different multiple inputs.