Sha256: 6a08b522e2ca556f9e8c2a2e88d601763cbc4d55e6bb4e41d4d8fee41626d467

Contents?: true

Size: 484 Bytes

Versions: 5

Compression:

Stored size: 484 Bytes

Contents

# Lopata - functional acceptance testing

Motivation: use RSpec for functional testing.

## 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lopata-0.1.5 README.md
lopata-0.1.4 README.md
lopata-0.1.3 README.md
lopata-0.1.2 README.md
lopata-0.1.1 README.md