Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Add test object to page example
Browse files Browse the repository at this point in the history
  • Loading branch information
sessio committed Sep 25, 2014
1 parent e351bc0 commit f2b006c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,14 @@ Set properties in the PhantomJS webpage instance used for tests, see http://phan
Example:
```js
mocha: {
options: {
page: {
settings: {
webSecurityEnabled: false, // disable cors checks in phantomjs
test: {
options: {
page: {
settings: {
webSecurityEnabled: false, // disable cors checks in phantomjs
},
},
},
},
},
},
```
Expand Down

0 comments on commit f2b006c

Please sign in to comment.