Introduce a teardown target #51
Labels
📚 code documentation
Code related documentation
🤓 Dx
Developer Experience
➕ enhancement
New feature or request
User story
As a developer that debugs e2e tests I want to disable the teardown logic to be able to inspect the environment.
After i am done, I want to have a convenient way to clean up the left over files as well as running processes.
At the moment we can do that over
--keepServerRunning
argument in theenv-bootstrap
target and the we use thekill-process
target to stop the server. What is missing is a cleanup of the test folder and files.This introduces a bad DX for developers as:
Acceptance criteria
nxv-env-teardown
and add it to all environments.verdaccio-registry.json
is presentImplementation details
No response
The text was updated successfully, but these errors were encountered: