The replicated app integration test framework has a mock server that returns an archive. This was done to eliminate
any external dependencies on this test and increase reliability.
Creating a new test
This kots integration tests have the ability to create new tests without requiring a lot of manual effort.
Create a directory that has the destired YAML. Let's say this is in ~/my-new-test
Run ./bin/kots-integration new-replicatedapp-fixture ~/my-new-test --name my-new-test