Skip to content

radu-gs/ToDoListMe_FT_WDIO_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDriverIO sample test suite

About

This is a short demo of a spin-off of https://github.com/rgstoian/ToDoListMe_FT, using WebDriverIO instead of NightwatchJS

It was created in Intellij Webstorm, and uses TypeScript as an intermediary language, Mocha for defining test cases, and also ChromeDriver as the WebDriver of choice.

Only one test case is implemented:

  • Scenario : Add multiple to do list items

Given the user is on the to do list page

When the user adds more than 1 to do list items

Then the items shows up as a to do list items

Why?

Due to my struggles with Nightwatch, I wanted to challenge myself to try to implement at least part of the previous test suite using another framework, as unfamiliar to me as Nightwatch

It highlights several features not present in Nightwatch:

About

Small automated test suite using WebDriverIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published