Skip to content

1zaak/simple-webdriver-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A POC to establish a useful testing workflow for migrating from ServisHero's Wordpress Site to TTR

This approach utilizes Webdriver and Selenium Server.

My thoughts

Was initially interested in Airbnb's Enzyme and React's Test-Util. But after rethinking the requirements, this workflow definitely needed a full browser automation (Selenium), e.g. to test each Wordpress' links and compare it with TTR. Found this article which helped finalize the decision. Webdriver also makes it very easy to use JS with Selenium, besides also the possibility to use Mocha or other test-runners.

Current stack

Currently, TTR already has Enzyme in the devDependencies. But no Webdriver yet.

Guide

You can follow this guide to setup Selenium Server and Webdriver.

About

A simple POC for Webdriver.IO + Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published