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