Colum Ferry
dfd7241ed5
fix(testing): adding e2e projects should register e2e-ci targetDefaults ( #27185 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-08-07 12:25:32 -04:00
Leosvel Pérez Espinosa
a2167648f7
fix(angular): respect skipPackageJson correctly across generators ( #22777 )
2024-04-11 16:15:30 +02:00
Colum Ferry
7f00927655
fix(testing): app generators should create correct e2e config at generation time ( #22565 )
2024-04-03 16:51:03 +01:00
Colum Ferry
29c80a33de
fix(web): spa flag should correctly define redirect ( #22487 )
2024-03-26 16:51:03 +00:00
Leosvel Pérez Espinosa
acf4787ab4
feat(angular): remove optional @nx/cypress and @nx/jest from dependencies ( #22162 )
2024-03-05 17:53:54 +01:00
Craigory Coppola
a89c73483e
feat(core): use flag in nx.json for toggling crystal ( #21980 )
2024-02-29 15:18:46 -05:00
Leosvel Pérez Espinosa
ca3965fcf3
fix(angular): do not force explicit targets for separate e2e projects ( #21865 )
2024-02-20 15:57:28 +01:00
Leosvel Pérez Espinosa
5b6d1b4017
feat(angular): force explicit targets when NX_ADD_PLUGINS is not explicitly true ( #21852 )
...
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-02-16 17:42:51 -05:00
Jason Jean
396ffc4636
feat(core): enable project crystal by default ( #21403 )
...
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2024-02-02 03:40:59 -05:00
Jason Jean
78ab39b895
feat(testing): allow cypress preset to execute a command for a web server ( #20355 )
2023-11-27 13:30:01 -05:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 ( #19689 )
2023-11-07 15:45:42 -05:00
Emily Xiong
f5f31ab979
fix(testing): add e2e for root project should not add eslintrc.base ( #19860 )
2023-10-25 16:57:28 -04:00
Jack Hsu
b5ed979b90
feat(misc): remove usages of @nx/cypress:cypress-project internally ( #19766 )
2023-10-24 21:04:15 -04:00
Leosvel Pérez Espinosa
47f8b7a8be
feat(angular): use helper to determine project name and root directory in project generators ( #18607 )
2023-08-17 16:27:47 +01:00
Caleb Ukle
5e51cd6eb5
fix(testing): playwright plugin clean up ( #18447 )
2023-08-02 16:14:17 -04:00
Caleb Ukle
1dcb80d447
feat(angular): add playwright to e2eTestRunner option ( #18163 )
2023-08-02 11:59:00 -04:00
Jason Jean
da158bc47e
feat(angular): replace usages of @nrwl with @nx ( #16377 )
...
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2023-04-19 10:59:58 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Leosvel Pérez Espinosa
ad37d779d7
fix(angular): use @nrwl/web:file-server in serve-static targets ( #16009 )
2023-03-31 11:11:41 -04:00
Leosvel Pérez Espinosa
d20bf770ef
fix(angular): prevent nested calls to formatFiles in generators ( #15946 )
2023-03-29 09:46:51 +01:00
Leosvel Pérez Espinosa
20434787a3
cleanup(misc): remove internal rootProject flag from generators that can derive it ( #15834 )
2023-03-24 13:54:49 +00:00
Jack Hsu
b124b97c36
feat(testing): add static serve target for e2e tests in CI ( #15808 )
2023-03-22 18:53:02 +00:00
Colum Ferry
7812f41994
feat(angular): remove protractor ( #15627 )
2023-03-16 12:38:04 -04:00
Jack Hsu
d7536aa7e3
feat(core): clean up workspace configuration code
2023-01-23 19:35:15 -05:00
Leosvel Pérez Espinosa
70e43cdc77
feat(angular): add a preset to generate a workspace with a single app at the root
2022-11-21 11:17:03 -05:00
Miroslav Jonaš
187f5200c0
fix(linter): add jest to root .eslintrc if selected as unit test runner ( #11555 )
2022-08-18 14:51:09 +02:00
Leosvel Pérez Espinosa
7ae6d48f94
cleanup(angular): ban imports from @nrwl/workspace entry point ( #9341 )
2022-03-15 17:02:57 +00:00
Leosvel Pérez Espinosa
081ff42955
fix(angular): handle newProjectRoot correctly when generating apps and libs ( #9255 )
2022-03-10 13:09:04 +00:00
Leosvel Pérez Espinosa
cf7a18bd14
fix(angular): prevent adding dependencies when generating apps and specifying skipPackageJson ( #8806 )
2022-02-01 16:32:47 -05:00
Ashley Hunter
8f205715ea
fix(angular): fixing application generator when using protractor ( #7603 )
2021-11-10 10:41:41 -06:00
Jonathan Romano
f8f09b91df
fix(linter): add setParserOptionsProject option to generators missing it ( #7103 )
2021-09-24 21:02:52 -04:00
Jason Jean
d68d2ad965
fix(angular): add eslint to protractor apps ( #6524 )
2021-07-27 20:36:29 +00:00
Jason Jean
9c3c296d89
fix(angular): fix generating apps with protractor ( #6422 )
2021-07-20 11:02:31 -04:00
Craigory V Coppola
d3ba0caf7c
cleanup(core): misc cleanup for project.json files ( #6112 )
2021-06-24 10:16:00 -04:00
Colum Ferry
96293b02cb
cleanup(angular): refactor angular application generator ( #6036 )
...
Refactor Angular Application Schematic to Generator using Nx Devkit
2021-06-18 15:39:05 +01:00