Project

lopata

0.0
Low commit activity in last 3 years
No release in over a year
Functional acceptance testing
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.2
~> 9.1

Runtime

= 0.22.0
~> 1.3.2
 Project Readme

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.