Perwyl Liu
Perwyl Liu

Reputation: 349

Calabash iPhone Simulator Change TimeZone for different feature

I want to use Calabash to run the feature in different timezones. Just to make sure that I am showing the correct data.

Is there any way that i can make use of the tags @ to achieve what i want (To change the timezone in the simulator)?

First time using Calabash to write UI test for my app, not very sure how to set up the launch.rb Any help is appreciated.

Edit: There's one solution from calabash-ios to change the locate at terminal, I would prefer it to be a tag.

$ calabash-ios sim locale de-CH fr_CH

Upvotes: 0

Views: 84

Answers (1)

abdullahselek
abdullahselek

Reputation: 8435

Add system before calabash-ios sim locale de-CH fr_CH inside your tag

Upvotes: 0

Related Questions