An open API service indexing awesome lists of open source software.

https://github.com/fegoa89/cucumber-standalone-testing

Simple Cucumber project for testing web-based applications with a functional testing approach.
https://github.com/fegoa89/cucumber-standalone-testing

cucumber rake ruby

Last synced: 3 months ago
JSON representation

Simple Cucumber project for testing web-based applications with a functional testing approach.

Awesome Lists containing this project

README

          

# Cucumber Standalone Testing

Simple Cucumber project for testing web-based applications with a functional testing approach.

## Install
```ruby
sudo bundle install
```

## Run

Run all feature tests:
```ruby
rake
```

Run specific feature test:
```ruby
cucumber features/search_questions.feature
```