- Typescript
- ESLint and Prettier for cleaner code
- Jest for unit testing
- Clone repo
- Edit package.json values and replace with your data (name, description, author)
If your service requires options to be passed, make sure to define your interface in the src/IOptions.ts
file
Refer to the Official WDIO docs help creating a WDIO custom service
- The WebDriver.IO team for creating such a great product
- Robert Cooper Using ESLint and Prettier in a Typescript Project