Do we need to purchase a license of Specflow + Excel if we have to convert the feature file into excel?
AnsweredDo we need to purchase a license of Specflow + Excel if we have to convert the feature file into excel?
-
Official comment
All of our products are free. Please open a ticket for support to request a license.
-
Is there any plugin available to handle the test data via xml?
0 -
No. There is SpecFlow.ExternalData which uses JSON at the moment. But this can be enhanced for XML.
It is opensourced at https://github.com/SpecFlowOSS/SpecFlow/tree/master/Plugins/SpecFlow.ExternalData
0 -
Can you provide if there are particular steps for the enhancement for XML?
0 -
Do you mean what needs to be changed that it would support also XML as input?
0 -
Yes
0 -
It would be great if you can share the link from where we can get some help to read the xml fileĀ0
-
All the sources are at https://github.com/SpecFlowOSS/SpecFlow/tree/master/Plugins/SpecFlow.ExternalData/SpecFlow.ExternalData.SpecFlowPlugin
The plugin is only 4 files, so not that complicated. The TestDataProvider reads out the files and in the ExternalDataFeaturePatcher the Feature files are patched with the data from the TestDataProvider.
To start contributing to SpecFlow, please have a look at our contributor guidelines at: https://github.com/SpecFlowOSS/SpecFlow/blob/master/CONTRIBUTING.md
If you have questions on how to start, the best way would be to join our Discord server in the #contributing channel: https://go.specflow.org/join-contributing-on-discord
0
Please sign in to leave a comment.
Comments
8 comments