How to convert Excel to cucumber feature file
CompletedI try to convert excel to cucumber feature file through SpecFlow Plus Excel plugin
but I don't know how to use it ,
I need help please!
for example
the excel is like this:
Senario || Given || When || Then||
aa bb cc dd
then the feature file is like this:
Serario aa
Given bb
When cc
Then dd
0
-
The documentation for SpecFlow+ Excel can be found here: https://docs.specflow.org/projects/specflow-excel/en/latest/
But be aware that we don't maintain SpecFlow+ Excel anymore. There is a replacement called SpecFlow.ExternalData. Docs for it is here: https://docs.specflow.org/projects/specflow/en/latest/Guides/externaldata.html
0
Please sign in to leave a comment.
Comments
1 comment