PSAKE- Gallio–SpecFlow–XUnit–on the build server
This is a quick post to show how to get PowerShell with PSAKE to run Specflow acceptance tests on the build server using Gallio. https://github.com/chrismckelt/PS-Sake-BuildScripts The folder with our build scripts looks like this The environments folder contains all of the configuration files for each environment Build server process The build/check-in process is now as follows. 1. Developer checks in. 2. Build server detects changes – cleans everything and then pulls down latest SVN code ...