Skip to content

Commit

Permalink
ドライバをダウンロードしてね!ってのを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
backpaper0 committed Dec 3, 2016
1 parent e4cb69f commit 469a08e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ Selenideに渡すシステムプロパティを`.local.properties`という名
`.local.properties`の例は次の通りです。

```
selenide.baseUrl=http://192.168.99.100:3000
browser=ie
webdriver.ie.driver=IEDriverServer.exe
selenide.baseUrl=http://localhost:3000
browser=chrome
webdriver.chrome.driver=chromedriver
```

`webdriver.chrome.driver`はChromeDriverへのパスです。
ChromeDriverは次のウェブサイトから入手してください。

* https://sites.google.com/a/chromium.org/chromedriver/downloads

## テスト実行

まずユーザーを登録し、プロジェクトを作成するテストケースを実行してください。
Expand Down

0 comments on commit 469a08e

Please sign in to comment.