-
Notifications
You must be signed in to change notification settings - Fork 0
Tests are not found when using the xunit.runner.msbuild in TeamCity
Michael W Powell edited this page Dec 8, 2020
·
1 revision
This issue affects 2.x versions only. It does not affect versions 1.x and below.
It has been reported that, when using the xunit.runner.msbuild
package, tests written using xBehave.net v2.0
and above are sometimes not found when building on TeamCity.
The solution for this is to include an explicit build step to restore the NuGet packages for your solution before building the solution itself.
Note that since xWellBehaved.net derives from the core xBehave.net behavior, we here with xWellBehaved.net have no reason to expect that the experience would be an different.
- Home
- Quick start
-
Documentation
- Writing scenarios
- Running scenarios
- Package dependencies
- Debugging scenarios
- Assertions
- Step names
- Debugging Scenarios with examples
- Background methods
- TearDown methods
- Async steps
- Object disposal
- Rollback
- Skipping steps and scenarios
- Step metadata
- Continuing on failure
- Step filters
- Changes in xBehave.net version 2.0
- Changes since deriving from xBehave.net
- Extending xWellBehaved.net
- FAQ
- Known Issues
- Contributions