Closed chiubaka closed 2 years ago
This is starting to feel painful, TBH. I don't know how much faster it would be to copy a template project for each lib E2E generator, but the potential advantages are 2-fold:
Right now running E2E tests takes a long enough time that my developer productivity has dropped precipitously.
Best idea right now:
genesis
workspacegenesis-template
node_modules
in this workspace so that copy time improves for all other workspaces copying the templateyarn install
as necessary.
Generators seem to fail if modifications are being made to other things at the same time.
Long-term solution may be to copy a pre-output template workspace for each E2E test suite and then let it run on that on its own.
Otherwise,
runInBand
may work so long as parallelism isn't needed to keep CI times down.Semi-related to #110.