https://github.com/mikeralphson/dit_automation_tests
Forked from (and history re-instated from)
https://github.com/mikeralphson/dit_automation_tests
Last synced: 2 months ago
JSON representation
Forked from (and history re-instated from)
- Host: GitHub
- URL: https://github.com/mikeralphson/dit_automation_tests
- Owner: MikeRalphson
- Created: 2016-08-22T06:01:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T06:02:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T23:17:57.249Z (8 months ago)
- Language: Ruby
- Homepage: https://github.com/chetshah/bloom_project
- Size: 1.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DIT Automation Tests
Automated tests written by the test team. These tests run against the ITV back-end .NET stack and associated services.
For Ruby installation instructions for both Mac and Windows please read the following wiki page:
https://itvplc.jira.com/wiki/display/QA/Ruby+Installation+instructions
## Installation and Set-up:
Get the code:$ git clone https://github.com/ITV/dit_automation_tests.git
Then navigate to dit_automation_tests directory and run the following command:
$ bundle install
## Usage
Type `rake -T` to see all the available Rake tasks:$ rake -T
rake ft02 # Run Cucumber features
rake geo # Run Cucumber features
rake i01 # Run Cucumber features
rake live # Run Cucumber features
rake local # Run Cucumber features
rake local_ingest # Do a local ingest
rake stings # Run Cucumber featuresThe important ones are:
rake ft02 # Run Cucumber features
rake i01 # Run Cucumber features
rake live # Run Cucumber featuresWhich run environment-specific tests.