This PR fixes an issue we had previously where the location of users component tests were being bundles as part of the angular dev server. This PR uses the users specPattern passed automatically in the config to dynamically generate a tsconfig.cy.json file in a temporary directory on the users filesystem and used to passed the instantiate the AngularWebpackPlugin in the webpack.config.ts
This PR fixes an issue we had previously where the location of users component tests were being bundles as part of the angular dev server. This PR uses the users
specPattern
passed automatically in the config to dynamically generate atsconfig.cy.json
file in a temporary directory on the users filesystem and used to passed the instantiate theAngularWebpackPlugin
in thewebpack.config.ts