Skip to content

Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing

Notifications You must be signed in to change notification settings

skalitin/PowerSlim

 
 

Repository files navigation

PowerSlim - An implementation of FitNesse Slim in PowerShell

All stuff is under the Beer-Ware-License.

!define TEST_SYSTEM {slim}

!define COMMAND_PATTERN (PowerShell -NonInteractive -ExecutionPolicy unrestricted -file .\slim.ps1)

Examples are available in the acceptance tests FitnesseRoot/PowerSlim and in the examples FitnesseRoot/ExampleS

Requirements: Windows PowerShell 3.0 or higher.

Please Note: You can still use the PowerShell 2.0 or work in backward compatibility with the PowerShell 2.0. But in order to support arrays and PSObjects verification in Queries the ConvertTo-Json CMDLet is used introduced in the PowerShell 3.0. For the verification to work with the PowerShell 2.0 you have to implement ConvertTo-Json CMDLet functionality via e.g. System.Web.Script.Serialization.JavaScriptSerializer (upgarade to .NET Framework 3.5 is reqquired). Otherwise you can stub the ConvertTo-Json CMDLet.

June 17, 2015

  • REST. New actions: get, post, patch and update.

May 1, 2015

August 25, 2014

February 26, 2013

December 19, 2012

November 14, 2012

About

Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 94.3%
  • Python 5.7%