Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

LandRegistry/service-tests-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Service Tests

Tests for Land Registry microservices.

Installing

Install all dependencies with Bundler:

bundle install

Running the tests

Export the necessary BasicAuth credentials to your environment before you start:

export HTTPBASICAUTH_USERNAME='redacted'
export HTTPBASICAUTH_PASSWORD='redacted'

Run the test tasks with Rake:

rake # defaults to 'local'
rake features:local
rake features:devenv
rake features:heroku

Or to run a specific feature:

cucumber features/sample.feature

Fixtures

You can add fixtures to fixtures, or pull it from the web.

Add your fixture mappings to the fixture mapping configuration.

Example run output

screenshot

About

API testing with Cucumber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages