nightwatchjs / nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://nightwatchjs.org
MIT License
11.85k stars 1.35k forks source link

Types for Component testing should be moved to vite-plugin-nightwatch #3339

Open garg3133 opened 2 years ago

garg3133 commented 2 years ago

Description

The types for Nightwatch component testing should be moved to the vite-plugin-nightwatch repository. Related to: #3300.

Problem Statement/Justification

As the component testing commands do not belong Nightwatch but are custom commands in vite-plugin-nightwatch, the types for the commands should also be imported from the same repo.

Proposed Solution or API

We should move the types to either nightwatchjs/vite-plugin-nightwatch repository itself.

Alternatives

No response

Additional Information

No response

github-actions[bot] commented 2 years ago

Thank you for setting this as an enhancement. One of the product folk will triage this again to help see when we can fit this in an upcoming sprint.