This tutorial shows how to set up and run local e2e tests on macOS.
Install the following tooling in the versions defined in versions.yaml of lifecycle-manager:
Follow the steps using scripts from the project root.
-
Create a local registry.
./scripts/re-create-test-registry.sh
-
Build modulectl.
./scripts/build-modulectl.sh
-
Run the
createcommand tests.💡 Re-running the
createcommand requires to re-create the local registry../scripts/run-e2e-test.sh --cmd=create
-
Run the
scaffoldcommand tests../scripts/run-e2e-test.sh --cmd=scaffold