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

[EarlGrey 2.0] Make EarlGrey cloud testing platform friendly #1370

Open
joolurik opened this issue Jun 25, 2020 · 2 comments
Open

[EarlGrey 2.0] Make EarlGrey cloud testing platform friendly #1370

joolurik opened this issue Jun 25, 2020 · 2 comments

Comments

@joolurik
Copy link

joolurik commented Jun 25, 2020

[Based on the thread #447 ]

EarlGrey2.0 needs build product directory, sign certificates(Uploading original sign certificates to cloud system is not possible as it introduces the security risk.) and special packaging instructions to run automation in the cloud testing platform(Device Farm). These complex/un-secure steps are making almost impossible to run EarlGrey2.0 based automation in cloud CI platform.

Is there any other instructions available to make cloud testing platform integration easy? if not any plans made for the same(I can help make things faster by source contribution)?

@joolurik joolurik changed the title [EarlGrey 2.0] Make EarlGrey cloud CI platform friendly [EarlGrey 2.0] Make EarlGrey cloud testing platform friendly Jun 25, 2020
@tirodkar
Copy link
Collaborator

Do you have an example setup doc for what steps EG is failing with and what precise variables / setup we have to do? You should be able to re-sign using the Xcode projects provided.

@joolurik
Copy link
Author

joolurik commented Jun 25, 2020

I am following setup from here #447 (comment)
4th step in the steps mentioned here (#447 (comment)) needs *.p12 files.

For the 4th step, I cannot use random sign certificate/provision file because the bundle identifier of the application and sign certificate/provision file bundle identifier should match. on the other hand, i cannot upload .p12 to cloud as it introduces a security risk.

For your question, You should be able to re-sign using the Xcode projects provided?
Answer: In the cloud testing platform(e.g device-farm) only allows to upload the artifacts. it is not possible to upload entire xcode project.

Also, two more question,

  1. Did you/your team run the earlgrey2.0 based automation in the cloud? if yes, which cloud platform and can you share the instructions?
  2. Will it be possible to run earlgrey2.0 based automation same as XCUItest automation(We just need xctest and app files).

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