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

[Angular Component Plugin] Issues in Angular Schematics #25

Open vaibhavsingh97 opened 1 year ago

vaibhavsingh97 commented 1 year ago

After adding Angular Component Plugin, nightwatch tries to run everything, including .cache, and also tries to compile the types. In the first test run, the Nightwatch e2e test fails, and in subsequent test runs, it passes.

How to Reproduce?

Ref: image