push-based / nx-verdaccio

Enterprise E2E setup for Nx and Verdaccio
8 stars 0 forks source link

feat: enable env-setup caching #48

Open getlarge opened 1 day ago

getlarge commented 1 day ago

Description

This PR introduces caching for the entire env-setup (in the pb-ve-env-setup target created in e2e projects.

Screenshot 2024-10-11 at 12 41 02

Can be tested by:

  1. running nx run utils-e2e:e2e --verbose
  2. modifying the end 2 end test (examples/e2e/utils-e2e/test/utils-sort-user-list.spec.ts)
  3. running nx run utils-e2e:e2e --verbose again

Related to #33