AsadHasan / CypressTypescriptTesting

Experimenting with Cypress, using Typescript with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Automation Test

CircleCI Codacy Badge

Basic automation testing of the https://www.futurelearn.com/ website, using Cypress with Typescript and Webpack.

Running the tests locally

  1. Clone the solution to local environment.
  2. In the project root, execute:

a- To install packages required to run the tests: npm install

b- To execute the tests: npm test

About

Experimenting with Cypress, using Typescript with Webpack


Languages

Language:TypeScript 67.3%Language:JavaScript 32.7%