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.
- Host: GitHub
- URL: https://github.com/fegoa89/cucumber-standalone-testing
- Owner: fegoa89
- License: mit
- Created: 2018-08-06T07:53:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T08:46:25.000Z (almost 8 years ago)
- Last Synced: 2025-08-25T08:13:01.565Z (11 months ago)
- Topics: cucumber, rake, ruby
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```