kethahel99 / SlackerRunner

Slacker process runner that can be run by UnitTests and will bring back number of failures and passed Slacker tests back to VS,TFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlackerRunner

Build status

Intro

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

Slacker Requirements

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+

Getting Started

  1. Install Slacker
  2. If behind a proxy server, use the following line:
  • set http_proxy=http://username:password@proxyserver:8080
  1. 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.
  2. Run the UnitTests.

To add SlackerRunner to your VS solution from the Nuget Package Manager console

PM> Install-Package SlackerRunner

The Nuget package feed is located here.

Code samples

See Code samples on the Wiki to get you started.

About

Slacker process runner that can be run by UnitTests and will bring back number of failures and passed Slacker tests back to VS,TFS


Languages

Language:C# 80.4%Language:Ruby 12.7%Language:Smalltalk 3.4%Language:HTML 1.9%Language:Gherkin 0.5%Language:Batchfile 0.5%Language:PowerShell 0.5%