- eval if (success == 'Data1') karate.call('test.feature')
this is getting failed displaying error message as Expected ; but found { }
Tried below :
- eval if (success == 'Data1') karate.call('test.feature');
this is getting failed displaying error message as Expected ; but found { }
Tried below :
Copyright © 2021 Jogjafile Inc.
Changing your step to below would work