Sha256: 57392014443e9360206c9aab226a29edb6c6a6537bfa1ac21a534ab000ef8256
Contents?: true
Size: 1007 Bytes
Versions: 65
Compression:
Stored size: 1007 Bytes
Contents
# Installation Run `bundle install` to install the gems mentioned in the Gemfile. To avoid conflict with gems on the machine globally it may be better to specify gem location with: `bundle install --path ~/.gem` # Running tests On the command line type: `bundle exec rake spec` or simply `bundle exec rake` # Structure ## Tests RSpec tests are within the `spec` folder and end in `_spec`. Setup and teardown for tests is in `spec/spec_helper` ## Templates These are the base requests with ERB inside them to create smartly changing requests accoring to the test.yml ## Data Data used in the test is stored in `config/data` folder. The `data_magic` gem is used by default to read files here. ## Libraries Libaries to be installed are in 'Gemfile'. Specific gem versions can be specified here and enforeced with `bundle exec rake` ## Reports Reports are shown in the 'logs' folder. By default Rake produces a junit, an html report, and a `traffic.log` file with the API request and responses in it
Version data entries
65 entries across 65 versions & 1 rubygems