Skip to content

MaksuCode/cypress-typescript-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple UI Automation with Cypress using Typescript

This is a sample project to practice UI test automation using Cypress and Typescript.

Installation

The web project under test is this one. Please follow the instructions on their github page and build up the project on your local.

Then install Cypress and Typescipt using npm

npm install cypress
npm install typescript

Usage

Run following command to run the tests using CLI

npx cypress run

Or you can open Cypress UI and run the tests manually

npx cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published