nightwatchjs / nightwatch-schematics

Add Nightwatchjs to an Angular CLI project
https://www.npmjs.com/package/@nightwatch/schematics
MIT License
8 stars 8 forks source link

Fix: headless test wasn't running in CI #2

Closed vaibhavsingh97 closed 3 years ago

vaibhavsingh97 commented 3 years ago

Nightwatch tests in CI were failing due to a problem with the command in package.json. This PR will fix the issue, and future builds will be run for both Angular 9 and Angular 12 projects.