Sha256: d0591be544ca2a505f0da428c9f74efb2533201ccd51468edccf641ea93a904d

Contents?: true

Size: 574 Bytes

Versions: 8

Compression:

Stored size: 574 Bytes

Contents

# Lopata

Functional acceptance testing using Ruby.

## Installation

    gem install lopata

## Usage

Create new lopata project:

    lopata new <project-name>

Setup environment: edit <project-name>/config/environments/qa.yml for setup project for testing.

Write tests: puts tests in <project-name>/scenarios folder. Define shared steps in <project-name>/shared_steps folder.

Run tests:

    cd <project-name>
    lopata

## Documentation

See [features description](https://github.com/avolochnev/lopata/tree/master/features) for documentation.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lopata-0.1.13 README.md
lopata-0.1.12 README.md
lopata-0.1.11 README.md
lopata-0.1.10 README.md
lopata-0.1.9 README.md
lopata-0.1.8 README.md
lopata-0.1.7 README.md
lopata-0.1.6 README.md