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.
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