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

chore: add print espresso path as a command #854

Merged
merged 4 commits into from
Feb 4, 2023

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented Feb 4, 2023

similar to opening wda fir, I'd like to show where the espresso server is. This could be on Win as well, so this command shows where it is. This will help when a user wants to modify the gradle file directly in their debug for example. I had questions about where the espresso server was in past, so this command may help in such cases as well.

Example (local installed espresso driver dir)

kazu$ appium driver run --json espresso print-espresso-path
{
    "output": [
        "[STDOUT] /Users/kazu/GitHub/appium-espresso-driver/espresso-server"
    ]
}
kazu$ appium driver run espresso print-espresso-path
[STDOUT] /Users/kazu/GitHub/appium-espresso-driver/espresso-server
✔ log-espresso-path successfully ran

@KazuCocoa KazuCocoa merged commit 5402b5f into master Feb 4, 2023
@KazuCocoa KazuCocoa deleted the kazucocoa/espresso-server-path branch February 4, 2023 09:00
github-actions bot pushed a commit that referenced this pull request Feb 4, 2023
## [2.15.2](v2.15.1...v2.15.2) (2023-02-04)

### Miscellaneous Chores

* add print espresso path as a command ([#854](#854)) ([5402b5f](5402b5f))
@github-actions
Copy link

github-actions bot commented Feb 4, 2023

🎉 This PR is included in version 2.15.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@mykola-mokhnach
Copy link
Contributor

@KazuCocoa Please do not forget to add the new scripts folder to

Otherwise it won't be present in the published package

@KazuCocoa
Copy link
Member Author

yea, true. I forgot it..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants