Skip to content

klamping/wdio-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 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: