On Friday, 23 October 2015, Shiva Tej <
shivat...@gmail.com> wrote:
Thanks Aslak for the reply.
Currently we are using Eclipse+Java+Cucumber with maven setup in our framework.I didn't find any plugin/jar file for the "Cucumber --i18n zh-CN" in eclipse to support chinese language.
No new jar file needed. Just run `mvn test -Dcucumber.options="--i18n zh-CN"`
Alternatively, find the Chinese keywords here:
Could you please guide us which jar file/maven dependency we can use to support i18n?
As per your earlier response we tried the with below code:
# language: zh-CN
#功能: 测试
场景: 注册负方案
Due to the errors,we are unable to save the feature file and run the script.
Not being able to save the file is an Eclipse or Cucumber-Eclipse problem I can't help you with. Please ask the Cucumber-Eclipse maintainers. Or use a different editor/IDE without this bug/limitation.
Also make sure your feature file is saved with UTF-8 encoding.
On Friday, October 23, 2015 at 12:18:01 PM UTC+5:30, Shiva Tej wrote:
HI,
Currently I am trying to automate chinese application using cucumber scripts.Could you please provide the supported cucumber keywords for Chinese language.
Regards,
Shivatej k