Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 309 Bytes

File metadata and controls

13 lines (8 loc) · 309 Bytes

Start with project

  1. Unzip and open this project in VSCode
  2. Install all dependencies - 'npm install'

To run all tests and generate report

'npm run test'

To run specific feature file

npm run singleFile ./tests/features/OpenWeather.feature Then generate report - npm run report