Using rest data through CSV file in Cucumber

前端 未结 1 1449
攒了一身酷
攒了一身酷 2021-01-27 12:07

I want to upload test data through a CSV file instead of using a feature file in cucumber. Is there any way to upload CSV in feature file for test data?

相关标签:
1条回答
  • 2021-01-27 12:33

    There is no way to replace a feature file with a csv file in Cucumber. You need to read the csv file from your steps.

    If you are on Java, Apache POI may one option.

    0 讨论(0)
提交回复
热议问题