1

Whenever I change my data provider (from Gherkin to Excel) my features go back to an older version.

Is that an expected behavior ?

How can I overcome this ?

Safiah
  • 11
  • 2

1 Answers1

0

When you use Excel data provider, each run (of robot) copy all data from your Excel file in your feature file.

If you want put all data directly in you feature file, you need choose Gherkin data provider and put all your data directly in you feature file.

Stéphane GRILLON
  • 11,140
  • 10
  • 85
  • 154