/wdio-workshop

WebdriverIO Workshop

Primary LanguageJavaScriptMIT LicenseMIT

🌟 WebdriverIO Workshop 🌟

Manually testing your website after every change is a πŸ’₯ pain πŸ’₯, but setting up a test automation tool can be even worse.

Instead of struggling through β˜•Javaβ˜•, what if you could just use πŸ’—JavaScriptπŸ’—?

WebdriverIO makes automated testing friendly by providing a NodeJS interface for Selenium-based testing πŸ’―

This workshop will dive deep in to WebdriverIO, an open-source library used for Selenium testing. πŸ†’

We'll cover all the steps to get started writing automated browser tests, including:

  1. Installation and Setup
  2. Mocha, Chai and Assertions
  3. Common Commands
  4. Utility Commands
  5. Pause and Debug
  6. Next Steps

πŸ‘Œ Learning Outcomes πŸ‘Œ

  • Install and run WebdriverIO test scripts
  • Understand the layers of automated browser testing
  • Be able to integrate tests with third-party tools like Sauce Labs
  • Have a solid list of next steps for implementing testing on their projects

πŸ‘· Pre-requisites πŸ‘·

This workshop targets folks with the following experience levels (or above):

:godmode: Further Learning :godmode: