test: build and run apps as part of create-app tests - #186
Open
molisani wants to merge 1 commit into
Open
Conversation
Signed-off-by: Michael Molisani <mmolisani@bloomberg.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Creates a new test utility
buildAndRunApplicationthat writes the in-memory volume to a temporary directory, runs theprebuild/buildscripts, and then runs some commands on the newly created application. This is useful for confirming that the new projects are created in working condition.As well, the snapshot methodology was altered so that the in-memory volume and the terminal output are recorded separately.
Testing performed
This change doesn't alter any of the application code, and doesn't add/remove any of the existing test cases. The same tests exist, just relocated to new files and they now have logic to confirm the build/run of the generated applications.