gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
687 stars 62 forks source link

fix: add missing command types (moveCursorTo and openAndWait) #876

Closed shadowusr closed 5 months ago

shadowusr commented 5 months ago

This PR adds missing types for moveCursorTo and openAndWait commands and changes command exports from export = to export default.