it:ad:specflow:howto:create_a_specflow_project_in_your_application

IT:AD:SpecFlow:HowTo:Create a SpecFlow project in your application

  • Create a new Assembly:
    • Make it plain Lib assembly, if you plan to use NUnit.
    • Or make it a /Test/Unit Test Project to make it into a MSUnit Test.
  • If you'll be using NUnit, use nuget to install it: install-packge nunit
  • Add Specflow to that project, using nuget: install-package specflow.NUnit
    • Note: you can make it an MSTest assembly, edit the config, as described here: NUnit
  • /home/skysigal/public_html/data/pages/it/ad/specflow/howto/create_a_specflow_project_in_your_application.txt
  • Last modified: 2023/11/04 01:57
  • by 127.0.0.1