1zaak / simple-webdriver-poc

A simple POC for Webdriver.IO + Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%