Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最后一步没反应 #3

Closed
YHqihuan opened this issue Jan 5, 2018 · 5 comments
Closed

最后一步没反应 #3

YHqihuan opened this issue Jan 5, 2018 · 5 comments

Comments

@YHqihuan
Copy link

YHqihuan commented Jan 5, 2018

09c905f5-3f27-40ae-bc4c-97d0cf4f0032
跑到最后跳一跳没反应啊?

@lqs469
Copy link
Owner

lqs469 commented Jan 5, 2018

@Xiaoyang2018 你这图...不是这个项目吧...

@YHqihuan
Copy link
Author

YHqihuan commented Jan 6, 2018

你QQ多少?475332065

@YHqihuan
Copy link
Author

YHqihuan commented Jan 6, 2018

5cc4967a-33bf-4849-b65a-675fb6678c6c
我是cd 到这个文件夹里面 执行的 star

@YHqihuan
Copy link
Author

YHqihuan commented Jan 6, 2018

使用终端替代Xcode
通常来说为了持续集成,能够全部自动化比较好一些

解锁keychain,以便可以正常的签名应用,

PASSWORD="replace-with-your-password"
security unlock-keychain -p $PASSWORD ~/Library/Keychains/login.keychain

获取设备的UDID

UDID=$(idevice_id -l | head -n1)

运行测试

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination "id=$UDID" test

一定要走这一步的吗?

@lqs469
Copy link
Owner

lqs469 commented Jan 6, 2018

@Xiaoyang2018 不必用终端替代Xcode, 运行npm start是clone本项目然后在根目录下. WDA只是为了起一个server. 两个是独立的...

@lqs469 lqs469 closed this as completed Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants