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

Jenkins Command to Run EarlGrey tests #64

Closed
skycamefalling opened this issue Mar 31, 2016 · 2 comments
Closed

Jenkins Command to Run EarlGrey tests #64

skycamefalling opened this issue Mar 31, 2016 · 2 comments

Comments

@skycamefalling
Copy link

I was wondering what the command is to run the EarlGrey UI tests in Jenkins?

Is it the same as this?
"-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' test"

I use that command for XCUITest.

I am evaluating frameworks for my work and we need it to run in Jenkins.

Thanks!

@khandpur
Copy link
Collaborator

Hello,

If you use xcodebuild, the command is fairly standard. Here's one from one of our Travis runs:
xcodebuild -project <your_project> -scheme <your_scheme> -sdk "iphonesimulator9.2" -destination "OS=8.1,name=iPhone 5" -configuration Debug ONLY_ACTIVE_ARCH=NO test

@skycamefalling
Copy link
Author

Perfect! Thanks!

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