Skip to content

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

License

Notifications You must be signed in to change notification settings

konstantinvlasenko/PowerSlim

Repository files navigation

PowerSlim - An implementation of FitNesse Slim in PowerShell

https://powerslim.slack.com

!define TEST_SYSTEM {slim}
!define SLIM_PORT (8090)
!define COMMAND_PATTERN (powershell -NonInteractive -file ./slim.ps1)

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

Supported Platforms

  • Windows
  • Linux
  • Ubuntu

March 4, 2017

  • Now you can run PowerSlim on Linux or Ubuntu server! Thanks to @mikeplavsky

March 1, 2017

  • Fitnesse 20161106 introduced bracking change. FitNesse and Slim can now communicate over stdin/stdout. This removes the hassle with network ports 977 You need to set SLIM_PORT variable to make PowerSlim work again

October 7, 2016

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