diff options
Diffstat (limited to 'environments/README.md')
-rw-r--r-- | environments/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/environments/README.md b/environments/README.md new file mode 100644 index 0000000..2bda2d3 --- /dev/null +++ b/environments/README.md @@ -0,0 +1,12 @@ +# Manual Testing Environments + +Choose one of the directories (which are named after their scenario) and run the **run.sh** + +## Example +```shell +cd environments/vncserver +sh run.sh +``` + +This will run a docker container that provides the expected use case. + |