Skip to content

Conversation

@gpincheiraa
Copy link

I have been using this configuration

"e2e": {
          "builder": "ngx-cypress-builder:cypress",
          "options": {
            "devServerTarget": "web-app:serve",
            "mode": "browser"
          },
          "configurations": {
            "production": {
              "devServerTarget": "web-app:serve:production"
            }
          }
        }

and on my CI system ng e2e -- --mode console.
The problem it is that when I working in BDD approach using the Cypress Browser mode, when I made changes the devServerTarget task not reload the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant