Skip to content

rzegnam/ng_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Test file is located in cypress/integration/signup.js

Two test scenarios automated with Cypress:

  • TS2 Mandatory fields are required
  • TS3 Email validation

from http://bit.ly/tslcases

Getting Started

These step by step instructions will help to configure Cypress environment

Prerequisites

yarn or npm

Installing

Install Cypress via yarn:

yarn install

Install Cypress via npm:

npm install

Running the tests

  1. Open Cypress with the script:
yarn run cypress

or with:

npm run cypress
  1. When Cypress window is opened click on "signup.js" and watch the tests execution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published