Skip to content

thomaslevesque/xbehave.net

 
 

Repository files navigation

xBehave.net

NuGet Badge Build status Source Browser

Join the chat at https://gitter.im/xbehave/xbehave.net Follow @xbehavenet

Where can I get it?

xBehave.net is available as a NuGet package. For update notifications, follow @xbehavenet. CI builds are available at AppVeyor. To build manually, clone or fork this repository and see 'How to build'.

Can I help to improve it and/or fix bugs?

Absolutely! Please feel free to raise issues, fork the source code, send pull requests, etc. No pull request is too small. Even trivial white space fixes are appreciated. For more details see CONTRIBUTING.md.

How to build

Navigate to your clone root folder and execute build.cmd. The only prerequisite you need is MSBuild 14, which is also included in Visual Studio 2015.

build.cmd executes the default build targets which include compilation, test execution and packaging. After the build has completed, the build artifacts will be located in artifacts/output/.

You can also build the solution using Visual Studio 2015 or later. At the time of writing the build is only confirmed to work on Windows using the Microsoft .NET framework.

Extras

  • View the full list of build targets:

    build.cmd -T

  • Run a specific target:

    build.cmd build

  • Run multiple targets:

    build.cmd build pack

  • View the full list of options:

    build.cmd -?

On which giants' shoulders does it stand?

xBehave.net logo designed by Vanja Pakaski.

About

A BDD/TDD framework based on xUnit.net and inspired by Gherkin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.6%
  • Batchfile 0.4%