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]: Make a release of WebDriverAgent with new functionality that was implemented for AccessibilityAudit and others #19445

Closed
IlyaUA opened this issue Nov 22, 2023 · 3 comments
Labels

Comments

@IlyaUA
Copy link

IlyaUA commented Nov 22, 2023

Release WebDriverAgent to unlock the ability to add documentation with the new accessibility audit method output for appium-xcui-driver
Issue
[Feat]: WebDriverAgent, enhancing the /performAccessibilityAudit method to include detailed XCUIElement information
Implementation
appium/WebDriverAgent#808

@mykola-mokhnach
Copy link
Collaborator

there is no need to create a separate issue for this. Releases of most Appium repositories are being done automatically based on conventional commits. For example, your change to WDA has been already published and the latest version of it is 5.15.1 as of now (this could be verified in the commits list )

Dependant usually takes care about picking up updated dependencies, but it is sometimes slow as many other packages are being updated. You may speed up this process by simply bumping the WDA version in the package.json of appium-xcuitest-driver and updating package.lock+the documentation on the added features. Check, for example, appium/appium-xcuitest-driver#2171

@IlyaUA
Copy link
Author

IlyaUA commented Nov 23, 2023

@mykola-mokhnach I tried and I get an error
Also I don't see this version in WDA releases

npm ERR! code ETARGET
npm ERR! notarget No matching version found for appium-webdriveragent@^5.15.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

@mykola-mokhnach
Copy link
Collaborator

yes, It is seems like the release script does not do well. I've published the project manually to unblock you for now

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