-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: simplify integration app and run Cypress SSR tests #2017
Conversation
This commit removes `@Select` decorator usages from the integration app. This also updated the Cypress configuration to match `ssr` folder if the `SSR` environment variable is provided. This is done because the `--integrationFolder` argument is not available anymore and we should be using `e2e.specPattern` property. The `integration/project.json` has been updated to run `serve` target with a development configuration so recompilations are faster by default; its `build` target has been replaced. The HMR plugin has been removed from the integration app because it's not being maintained anymore and brings some issues. with `build-app`.
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 106bfe1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
Code Climate has analyzed commit 106bfe1 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 96.6% (0.0% change). View more on Code Climate. |
BundleMonUnchanged files (3)
No change in files bundle size Unchanged groups (3)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (NGXS Plugins)Unchanged files (14)
No change in files bundle size Unchanged groups (3)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (Integration Projects)Unchanged files (3)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
No description provided.