Skip to content

avolochnev/lopata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lopata

Functional acceptance testing using Ruby.

Installation

gem install lopata

Usage

Create new lopata project:

lopata new <project-name>

Setup environment: edit /config/environments/qa.yml for setup project for testing.

Write tests: puts tests in /scenarios folder. Define shared steps in /shared_steps folder.

Run tests:

cd <project-name>
lopata

Documentation

See features description for documentation.

About

Functional acceptance testing.

Resources

Stars

Watchers

Forks

Contributors