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
Operating System: Windows
Cypress Version: 3.1.1
Browser Version: Chrome 65
Cypress breaks build of Angular 6 project using CLI and Jest.
Desired behavior:
The desired behavior should be a clear separation of types used so that such a conflict does not
break an existing Angular project with Jest.
I have tried the solution in #1087 with regards to separate cypress tsconfig.json and root tsconfig.json to no avail, and I see there is similar open question in #892. There are still conflicts in the project and hence it will not build.
Steps to reproduce:
With an Angular 6 (CLI) project which already contains Jest)
install Cypress using set CYPRESS_INSTALL_BINARY=<zip location> && npm i cypress --save --dev
run ng serve
The result is below:
The text was updated successfully, but these errors were encountered:
jennifer-shehane
changed the title
using Angular CLI with Jest and Cypress
Error Angular CLI with Jest and Cypress - duplicate identifier beforeEach
Nov 19, 2018
Operating System: Windows
Cypress Version: 3.1.1
Browser Version: Chrome 65
Cypress breaks build of Angular 6 project using CLI and Jest.
Desired behavior:
The desired behavior should be a clear separation of types used so that such a conflict does not
break an existing Angular project with Jest.
I have tried the solution in #1087 with regards to separate cypress tsconfig.json and root tsconfig.json to no avail, and I see there is similar open question in #892. There are still conflicts in the project and hence it will not build.
Steps to reproduce:
With an Angular 6 (CLI) project which already contains Jest)
install Cypress using
set CYPRESS_INSTALL_BINARY=<zip location> && npm i cypress --save --dev
run ng serve
The result is below:
The text was updated successfully, but these errors were encountered: