The @nightwatch/schematics:nightwatch builder should start the angular devServerTarget before launching nightwatch.
Both cypress and wdio (alternative angular e2e recommendations) do this. The helper functions provided by angular make this relatively simple, as can be seen by how the two implementations are almost the same aside from style differences.
The
@nightwatch/schematics:nightwatch
builder should start the angulardevServerTarget
before launching nightwatch.Both cypress and wdio (alternative angular e2e recommendations) do this. The helper functions provided by angular make this relatively simple, as can be seen by how the two implementations are almost the same aside from style differences.