mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update README to match Rakefile
Signed-off-by: Chris Redekop <chris.redekop@d2l.com>
This commit is contained in:
parent
040d5cbffc
commit
ee6fbe6ac1
1 changed files with 4 additions and 10 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue