In the process of running the e2e tests locally, the tests appear to hang before failing because I didn't specify the profile I wanted to test.
After digging through the code, the test wasn't actually hanging, it was just taking a long time for the tests to clone the ComplianceAsCode/content repository. After it finally cloned the repository, it failed because I didn't supply the right inputs.
We might improve this experience by validating the user has supplied the necessary inputs before starting to setup the tests. This allows us to fail early, shortening the feedback loop for the user.