Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.18 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.18 KB

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