Skip to content

Commit

Permalink
Use latest chromedriver and put coverage into coverage directory (#8)
Browse files Browse the repository at this point in the history
Resolves #6. Resolves #7.
  • Loading branch information
bryanforbes committed Jul 13, 2018
1 parent 54a0a46 commit fcb37ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/intern/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
{
"name": "jsoncoverage",
"options": {
"directory": ".",
"directory": "coverage",
"filename": "coverage.json"
}
},
{
"name": "htmlcoverage",
"options": {
"directory": "html-report"
"directory": "coverage/html-report"
}
}
]
Expand Down Expand Up @@ -73,7 +73,7 @@
},

"environments+": [
{ "browserName": "chrome" }
{ "browserName": "chrome", "version": "2.40" }
]
},

Expand Down

0 comments on commit fcb37ce

Please sign in to comment.