PowerSlim
PowerSlim copied to clipboard
Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing
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.