Feat local test container for windows + conteiner for js and python unit tests#237
Open
poWer4aiX wants to merge 14 commits intoMarketSquare:mainfrom
Open
Feat local test container for windows + conteiner for js and python unit tests#237poWer4aiX wants to merge 14 commits intoMarketSquare:mainfrom
poWer4aiX wants to merge 14 commits intoMarketSquare:mainfrom
Conversation
Contributor
Author
|
@timdegroot1996 I'm currently working on updating the documentation to cover the usage under Linux and Windows. |
| ### Running Tests Locally | ||
| Perhaps you want to run the tests locally on your PC before pushing and waiting for the results from the GitHub actions. But this requires to install the required components in your native PC. In most cases this will not work as expected bacause of the differemt versions used. E.g. screenshots taken during the tests may differ, so that the tests will fail. | ||
| ## Running Tests Locally - in a Docker Container | ||
| Run the tests locally on your PC before pushing and waiting for the results from the GitHub actions is always a good idea. But this requires to install the required components in your native PC. In some cases this will not work as expected bacause of the differemt versions used. E.. screenshots taken during the tests may differ, so that the tests might fail. |
| Using a Docker container to run the tests in avoids both, messing up your local system with installing the required parts for the tests and getting failed tests due to your setup. | ||
| Using a Docker container to run the tests in avoids both, messing up your local system with installing the required parts for the tests and getting failed tests due to your setup. You just need to create the respective docker *images* by running the scripts as described below. | ||
|
|
||
| > Note: To use this methond there is no need to understand how Docker is working in detail. |
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.
Support to
This PR fixes #236.