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
create
command tests.💡 Re-running the
create
command requires to re-create the local registry../scripts/run-e2e-test.sh --cmd=create
-
Run the
scaffold
command tests../scripts/run-e2e-test.sh --cmd=scaffold