Skip to content

feat: adding appArguments option#26

Merged
teo-nikolov merged 1 commit intomainfrom
feat/adding-apparguments-option
Aug 6, 2025
Merged

feat: adding appArguments option#26
teo-nikolov merged 1 commit intomainfrom
feat/adding-apparguments-option

Conversation

@teo-nikolov
Copy link
Copy Markdown
Collaborator

@teo-nikolov teo-nikolov commented Aug 6, 2025

Proposed changes

Added appium:appArguments so we are able to start an application with arguments

Types of changes

What types of changes does your code introduce to Appium?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the Contributing Guide
  • I have signed the CLA
  • Lint passes locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@teo-nikolov teo-nikolov requested a review from n1xan August 6, 2025 06:19
@teo-nikolov teo-nikolov self-assigned this Aug 6, 2025
@teo-nikolov teo-nikolov linked an issue Aug 6, 2025 that may be closed by this pull request
@teo-nikolov teo-nikolov added the enhancement New feature or request label Aug 6, 2025
@teo-nikolov teo-nikolov merged commit ded917b into main Aug 6, 2025
1 check passed
@teo-nikolov teo-nikolov deleted the feat/adding-apparguments-option branch August 6, 2025 06:28
github-actions bot pushed a commit that referenced this pull request Aug 6, 2025
## [1.1.0](v1.0.1...v1.1.0) (2025-08-06)

### Features

* adding appArguments option ([#26](#26)) ([ded917b](ded917b))
@github-actions
Copy link
Copy Markdown

github-actions bot commented Aug 6, 2025

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💡 feat: appium:appArguments

2 participants