Jordan Hall
80702b59c7
feat(core): add bun package manager ( #22602 )
...
Bun uses yarn lock for it's binary file. Running the binary will produce
the content of a yarn lock file (v1)
Other option is to use the -y command on add and install. This will
create a yarn lock file and then createLockFile can just modify the
yarn.lock file instead?
This is the PR made from #19113 and pushed due to #22402 being closed.
PS Bun feels more stable since the PR was first created!
This PR will resolve #22283 and start of #21075
2024-05-22 16:51:21 -04: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
Craigory Coppola
2374d8eaba
feat(testing): add create-nodes plugin for playwright e2e targets ( #20099 )
2023-12-20 16:34:32 -05:00
Leosvel Pérez Espinosa
2076abfca4
fix(angular): fix usage of internal generators and prevent usage of deprecated project option ( #19697 )
2023-10-18 18:26:21 -04:00
Jason Jean
bda90c4cc5
Revert "Revert "feat(repo): enable agents" ( #19112 )"
...
This reverts commit 3771c325bc50bb2acbca45966f2a2fd39d7f0af6.
2023-09-20 14:22:39 -04:00
Simon Critchley
3771c325bc
Revert "feat(repo): enable agents" ( #19112 )
2023-09-11 15:58:09 -04:00
Victor Savkin
018d9972ee
feat(repo): add cloud workflows
2023-09-08 12:04:36 -04:00
Katerina Skroumpelou
c0d3aa5697
chore(testing): try catch the pm command detection ( #18486 )
2023-08-04 14:59:20 +00:00
Miroslav Jonaš
4a541418bb
fix(repo): fix silent yarn run on e2e for berry ( #18340 )
2023-07-27 20:39:26 +02:00
Emily Xiong
8407d7aedf
feat(testing): add lint target for playwright ( #18233 )
2023-07-21 11:48:40 -04:00
Emily Xiong
e5e561d648
feat(testing): add playwright configuration generator ( #18013 )
2023-07-14 12:17:10 -04:00
Caleb Ukle
2128f8e3e2
feat(testing): add @nx/playwright plugin ( #17975 )
2023-07-11 16:47:56 -04:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Miroslav Jonaš
7450e724b7
feat(repo): add new flag for verbose e2e logging ( #15541 )
2023-03-13 17:30:21 +00:00
Katerina Skroumpelou
a0e00c85fc
fix(core): refactor the logging logic in e2e tests ( #15548 )
2023-03-09 15:13:32 -05:00
Katerina Skroumpelou
808ca1215c
chore(core): rearrange e2e utils ( #15421 )
2023-03-03 15:22:23 +00:00