Allows you to run Slacker tests from within Visual Studio and during continuous integration under TFS/VSTS. This is not a test runner but rather a process runner for unit tests which will return Slacker test results back to VS/TFS/VSTS.
This project is based on the Cucumber runner at Codeplex
Ruby 1.9.2 or 1.9.3 on Windows or Linux
(for Windows use RubyInstaller and the Ruby Windows Development Kit).
SQL Server 2012+
- Install Slacker
- If behind a proxy server, use the following line:
set http_proxy=http://username:password@proxyserver:8080
- Open
\SlackerTests\database.yml
and put in your MS SQL database and credentials. The tests that ship with the solution are basic database system tests and should run against empty MS SQL database. - Run the UnitTests.
PM> Install-Package SlackerRunner
The Nuget package feed is located here.
See Code samples on the Wiki to get you started.