Start with project Unzip and open this project in VSCode 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