Update README to match Rakefile

Signed-off-by: Chris Redekop <chris.redekop@d2l.com>
This commit is contained in:
Chris Redekop 2017-02-22 14:16:58 +00:00
parent 040d5cbffc
commit ee6fbe6ac1

View file

@ -104,17 +104,11 @@ To run the integration tests, please make sure all required environment variable
bundle exec rake test:integration
```
Instances are destroyed automatically. To persist instances please use
This task sets up test AWS resources, runs the integration tests, and then cleans up the resources. To perform these tasks independently, please call them individually:
```
bundle exec rake test:integration_no_cleanup
```
To cleanup instances, please use
```
bundle exec rake test:cleanup
```
* `bundle exec rake test:setup_integration_tests`
* `bundle exec rake test:run_integration_tests`
* `bundle exec rake test:cleanup_integration_tests`
## Kudos