I want to do one test using protractor to check one website in different countries.
For example:
Scenario - Visitors get the expected language on first load
Given: a visitor with IP from
|UK|
|SV|
|NO|
|FI|
|ROW|
When: loading the site for the first time
Then: the language in dropdown will be
|English|
|Svenska|
|Norsk|
|Suomi|
|English|
Is possible use a FAKE ip in protractor tests? Other ideas to solve the problem?