悲剧,绝对的悲剧,悲剧中的悲剧。
发布时间:2016-03-11 19:18:34
Appium has libraries for:LanguageSourceRubyGitHubPythonGitHubJavaGitHubJavaScriptGitHubPHPGitHub.........【阅读全文】
发布时间:2016-03-08 00:41:52
Entering the passphrase is annoying when using git commands, and even worse if you need to establish some automation scripts. Here are some methods to solve this issue.Adding your SSH key to the ssh-agentEnsure ssh-agent is enabled:# start the ssh-agent in the background eval "$(ssh-.........【阅读全文】
发布时间:2016-03-03 07:40:54
The hardest thing we ran into for our iOS setup is the iOS security key signing. The security key signing is essential when we automate the deployment and testing of a physical iOS device (rather than testing on the simulator, which doesn't require these extra steps). Codesign tries to ask for the k.........【阅读全文】