#1 楼 @seveniruby 没有意义,页面也不显示,可能是占位用的。可以建立 cn 了吧。可以先陆续 pull request
测试下
1 | 2 |
#3 楼 @lizhenghuan xili 哇,加个头像呗。
#8 楼 @seveniruby GuiceBerry brings the joys of dependency injection to your test cases and test infrastructure. 让@oscarxie 来介绍吧。。
#6 楼 @monkey @seveniruby 他在弄 guiceberry 的 demo 吧? 这个东西估计会流行, google 测试 大范围的使用。
running-on-linux.md 和 running-on-osx.md 这个归我了。
#30 楼 @532589730 加我 qq 87294417, 我们讨论下。。
#28 楼 @532589730 那你应该已经装好了 command line tool 了。
#26 楼 @532589730 装好就可以了吧。 看看 git
svn
这种命令。
#23 楼 @532589730 恩 推荐用最新的。
#21 楼 @532589730 再装一遍就成了吧。 试试看,这倒是没遇到过。
#19 楼 @532589730 建议你重新安装下,没有 command line tools, 估计 nodejs 之类的都没有装好。
#15 楼 @532589730 你 xcode 的 command line tool 安装了没?
#12 楼 @532589730 https://groups.google.com/forum/#! topic/appium-discuss/8VbIhO-1wLQ 这里也有人这样。一会帮你看下。先吃饭。
#7 楼 @532589730 就是说你不需要知道 appium 安装在哪里, 你只要在命令行能用 appium 的命令就可以了。
#7 楼 @532589730 nodejs 的 npm 安装你可以了解下:
安装模块只需要 npm install express connect 命令给我们带来了很大的方便。安装模块的路径分两种:
全局路径,也就是带上参数 -g 的安装模式。这个命令会把模块安装在 $PREFIX/lib/node_modules 下,可通过命令 npm root -g 查看全局模块的安装目录。 package.json 里定义的 bin 会安装到 $PREFIX/bin 目录下,如果模块带有 man page 会安装到 $PREFIX/share/man 目录下。
本地路径,不带 -g 参数的。从当前目录一直查找到根目录/下有没有 node_modules 目录,有模块安装到这个目录下的 node_modules 目录里,如果没有找到则把模块安装到当前目录 node_modules 目录下。package.josn 定义的 bin 会安装到 node_modules/.bin 目录下,man page 则不会安装。
要获得 appium 的源码你需要 clone 他们的项目。 https://github.com/appium/appium
#7 楼 @532589730 换个头像吧
#5 楼 @532589730 你试验成功了没? 能跑起来 sample code 么?