Hello All,
i working for a Chinese project and need to write cucumber scripts in Chinese language. Cucumber does support chinese by adding below tag at the top
# language: CN
but i am unable to create a sample script and run it. please do help me on configuration part if any
considering below java code, can any help me in setting up chinese language
Cucumber scirpt
<Please help me here>
Step Implementation
public void i_wait_for_given_seconds60() {
try {
Thread.sleep(60000);
} catch (NumberFormatException e) {
e.printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
}
}
or else if any one has sample chinese cucumber script, please provide me
Thanks a lot
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Aslak.We've tried your approach and with "zh-CN" language option,we are facing errors in the feature file in Eclipse.Please find the attached screenshots.Could you please guide us more on this.
Regards,
Shivatej k
On Wednesday, October 21, 2015 at 6:27:36 PM UTC+5:30, achyuth sastry wrote:Hello All,
i working for a Chinese project and need to write cucumber scripts in Chinese language. Cucumber does support chinese by adding below tag at the top
# language: CN
but i am unable to create a sample script and run it. please do help me on configuration part if any
considering below java code, can any help me in setting up chinese language
Cucumber scirpt
<Please help me here>
Step Implementation
public void i_wait_for_given_seconds60() {
try {
Thread.sleep(60000);
} catch (NumberFormatException e) {
e.printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
}
}
or else if any one has sample chinese cucumber script, please provide me
Thanks a lot
--