You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: