-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
[do not merge]: no compose dependencies [skip ci] #879
base: master
Are you sure you want to change the base?
Conversation
Some notes about troubles/troubleshooting to get local version of espresso driver
sudo because I got error on my Mac since it tried to access some directories
To solve I installed tsc:
I went to the <path-to-repo>/appium-espresso-driver and performed command: After that I got the config in And at the moment of writing the comment driver version at the |
This PR aims to keep up to date this branch without no compose dependencies.
I met a use case, compose dependencies affected badly for the app under test, while no compose dependencies had no issue without any additional dependencies.
In Appium 2.0 era, users can use a specific branch via
appium --source=local /path/to/local/repo
, so lets's keep this branch for now for the such no compose case.NPM available case will keep the vanilla
espresso
npm package as same.