Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Nov 18, 2015
1 parent 73620d4 commit 4529f21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ set :rollback, false

### Configure Start URL

Ghost Inspector has a nice feature that allows you to dynamically alter the start URL for your test. This allows you to reuse the same tests across multiple environments. i.e `staging.mysite.com`, `uat.mysite.com`, `www.mysite.com`. For this feature to work you must have a domain set in your stage. i.e. for staging you might have
Ghost Inspector has a nice feature that allows you to dynamically alter the start URL for your test. This allows you to reuse the same tests accross multple environments. i.e `staging.mysite.com`, `uat.mysite.com`, `www.mysite.com`. For this feature to work you must have a domain set in your stage. i.e. for staging you might have

```ruby
set :domain, "staging.mysite.com"
Expand Down Expand Up @@ -167,6 +167,9 @@ As you can see the two variables `gi_default_suite` and `gi_default_test` can al
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Changelog
View the changelog [here](https://github.com/richdynamix/capistrano-ghostinspector/wiki/Changelog "Changelog")

## Credits

* Bhalin Ramabhadran - https://twitter.com/BhalinR
Expand Down

0 comments on commit 4529f21

Please sign in to comment.