All Projects → konstantinvlasenko → Powerslim

konstantinvlasenko / Powerslim

Licence: gpl-3.0
Fitnesse Slim implementation in PowerShell. PowerSlim makes it possible to use PowerShell in the acceptance testing

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Powerslim

Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (-55.1%)
Mutual labels:  test, test-automation
Example
Example collections of PocoAndroid, Unity3d demo game and etc...
Stars: ✭ 17 (-65.31%)
Mutual labels:  test, test-automation
IO-TESTER
A functional test framework
Stars: ✭ 32 (-34.69%)
Mutual labels:  test, test-automation
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-16.33%)
Mutual labels:  test, test-automation
zmock
zmock--http接口的mock平台
Stars: ✭ 98 (+100%)
Mutual labels:  test, test-automation
jest-retry
Jest retry pattern for flaky E2E tests
Stars: ✭ 36 (-26.53%)
Mutual labels:  test, test-automation
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-59.18%)
Mutual labels:  test, test-automation
Swagger meqa
Auto generate and run tests using swagger/OpenAPI spec, no coding needed
Stars: ✭ 151 (+208.16%)
Mutual labels:  test, test-automation
xRetry
Retry running tests via Xunit and Specflow
Stars: ✭ 15 (-69.39%)
Mutual labels:  test, test-automation
CodeSpecJS
UI Automation Testing without writing a single line of code
Stars: ✭ 16 (-67.35%)
Mutual labels:  test, test-automation
arduino-ci-script
Bash script for continuous integration of Arduino projects
Stars: ✭ 25 (-48.98%)
Mutual labels:  test, test-automation
Rest Assured
Java DSL for easy testing of REST services
Stars: ✭ 5,646 (+11422.45%)
Mutual labels:  test, test-automation
Ocaramba
C# Framework to automate tests using Selenium WebDriver
Stars: ✭ 234 (+377.55%)
Mutual labels:  test, test-automation
carina
Carina automation framework: Web, Mobile, API, DB etc testing...
Stars: ✭ 652 (+1230.61%)
Mutual labels:  test, test-automation
Hitchhiker
a Restful Api test tool
Stars: ✭ 2,175 (+4338.78%)
Mutual labels:  test, test-automation
action-junit-report
Reports junit test results as GitHub Pull Request Check
Stars: ✭ 103 (+110.2%)
Mutual labels:  test, test-automation
Test Each
🤖 Repeat tests. Repeat tests. Repeat tests.
Stars: ✭ 89 (+81.63%)
Mutual labels:  test, test-automation
Ztest
自动化测试报告
Stars: ✭ 143 (+191.84%)
Mutual labels:  test, test-automation
BDTest
BDTest - A Testing Framework for .NET
Stars: ✭ 58 (+18.37%)
Mutual labels:  test, test-automation
Carina
Carina automation framework: Web, Mobile, API, DB
Stars: ✭ 549 (+1020.41%)
Mutual labels:  test, test-automation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].