PowerSlim - An implementation of FitNesse Slim in PowerShell
!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
- Windows
- Linux
- Ubuntu
- Now you can run PowerSlim on Linux or Ubuntu server! Thanks to @mikeplavsky
- 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
- REST. New actions: get, post, patch and update.