Sha256: c47615cbd31b812d530b866497e0eb2291e107a2384bafa20d4475dd877a0ae4

Contents?: true

Size: 549 Bytes

Versions: 19

Compression:

Stored size: 549 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

19 entries across 19 versions & 1 rubygems

Version Path
lopata-0.1.32 README.md
lopata-0.1.31 README.md
lopata-0.1.30 README.md
lopata-0.1.29 README.md
lopata-0.1.28 README.md
lopata-0.1.27 README.md
lopata-0.1.26 README.md
lopata-0.1.25 README.md
lopata-0.1.24 README.md
lopata-0.1.23 README.md
lopata-0.1.22 README.md
lopata-0.1.21 README.md
lopata-0.1.20 README.md
lopata-0.1.19 README.md
lopata-0.1.18 README.md
lopata-0.1.17 README.md
lopata-0.1.16 README.md
lopata-0.1.15 README.md
lopata-0.1.14 README.md