You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gave it a shot; it required a fair amount of changes to Dockerfile, package.json, and tsconfig.json, but it got ugly quickly. Any plans to support TypeScript? Thank you.
The text was updated successfully, but these errors were encountered:
For proper context I should add that I integrated this project into another project by running my own Vue code in one container, then starting up blueimp/chromedriver and blueimp/geckodriver, and then using blueimp/wdio to run my own tests against it. It would all work if this project supported TypeScript.
I don't have plans to support TypeScript, but there is the WebdriverIO TypeScript setup documentation.
I think setting this up in a Dockerized way like this project would be a good candidate for a fork.
Personally I think writing the Webdriver tests in TypeScript might not be worth the overhead of the additional compilation step. Especially since you already get typing support during development with this project, thanks to TypeScript definition files and JSDoc TypeScript support.
I gave it a shot; it required a fair amount of changes to
Dockerfile
,package.json
, andtsconfig.json
, but it got ugly quickly. Any plans to support TypeScript? Thank you.The text was updated successfully, but these errors were encountered: