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

[Feat]: print appium relevant information with one command #20101

Closed
KazuCocoa opened this issue May 16, 2024 · 2 comments
Closed

[Feat]: print appium relevant information with one command #20101

KazuCocoa opened this issue May 16, 2024 · 2 comments
Assignees
Labels

Comments

@KazuCocoa
Copy link
Member

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

The main motivation here is how to help users to collect info for bug report etc. The best is to attach full appium log, but maybe we could prepare a command to copy and paste info to share env summary to bug report template or cloud vendors.

Describe the solution you'd like
A clear and concise description of what you want to happen.

An idea is:

appium --info

then:

  • APPIUM_HOME
  • current nodejs/npm versions
  • installed drivers
  • installed plugins

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Current method to share these info is:

node --version
npm --version
appium driver list
appium plugin list

Additional context
Add any other context or screenshots about the feature request here.

@KazuCocoa KazuCocoa added the Enhancement feature label May 16, 2024
@mykola-mokhnach
Copy link
Collaborator

I like the idea

@mykola-mokhnach
Copy link
Collaborator

Closed as fixed

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

No branches or pull requests

2 participants