Kptkrunch / WebdriverIOReactTemplate

another run through basic webdriverio with selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A full featured React boiler plate for getting a quick start on your project with a file structure designed to be used for TDD right out the gates.

the folder structure leans toward the use of Webdriverio, but Jest is included as it is the default testing library for React applications.

to get started:

  1. npm install (If not writing tests make sure to comment out or delete unwanted dependencies before installing)
  2. npx wdio config (Perform this step only if you plan to use automated E2E testing with Webdriverio)
  3. npm run build (builds bundle.js)
  4. npm start (If using the provided server use "npm run server" instead)

About

another run through basic webdriverio with selenium


Languages

Language:JavaScript 76.3%Language:HTML 14.9%Language:Shell 6.9%Language:CSS 1.9%