Skip to content

vicki-since91/WeatherTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Requisites

  • Browser - Chrome / Firefox
  • NPM
  • VS Code - to browse the code (optional)

Open Command Prompt / Terminal and browse to the WeatherReport folder

In the project directory, you can run:

To install all dependencies

npm i


To open the cypress window and executing / running tests individually

npm run test


To run both API and UI test cases in chrome

node cypress_runner -b chrome / node cypress_runner

NOTE: Default will be chrome even if no arguments are passed


To run both API and UI test cases in firefox

node cypress_runner -b firefox