Skip to main content

Resources

There are many wonderful curated resources the Hackers Hub community has put together. Make sure to contribute yours at hackers-hub-website!

Hackers Hub Ecosystem

Support Hackers Hub

Documentation

Community

Twitter

People passionate about WebdriverIO (In no particular order)

Plugins

Services

Reporters

  • WebdriverIO Community Reporters - A set of community maintained reporters.
  • Report Portal - Report results to Report Portal.
  • Video - Makes videos of failed tests and has optional allure integration.
  • HTML - Generates a nice HTML report.
  • JSON - Report results in JSON format.
  • Mochawesome - Report results in Mochawesome format.
  • Timeline - Report results in an aggregated visualisation interface.
  • CucumberJS - Report results in CucumberJS JSON format.
  • Markdown - Report results in Markdown format.
  • Delta Reporter - Report results in Delta Reporter format.
  • Teamcity - Report results to the build results page of Teamcity Portal.

Miscellaneous

  • wdio-wait-for - A lightweight library of useful expected conditions for the WebdriverIO framework.
  • @wdio/schematics - A schematic to add WebdriverIO to an Angular project.
  • @badisi/wdio-harness - WebdriverIO support for Angular component test harnesses.

Research & Training

Articles

Videos

Conference/Meetup Talks/Webinars

Courses

Books

  • The Web App Testing Guidebook - Covers everything you need to know to get off the ground with UI testing. Examples are built using real-world scenarios, showing how you would actually write your tests. It's a step-by-step guide on how to effectively write UI test automation for the real world.
  • Practical WebDriverIO - Teaches you intermediate and advanced methods for using WebDriverIO APIs.

WebdriverIO Examples

  • Boilerplate Projects - Over time, our community has developed several projects that you can use as inspiration to set up your own test suite.

Back to top