Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from rbayliss/patch-1
Browse files Browse the repository at this point in the history
Document strange behavior when running as user
  • Loading branch information
lmakarov authored Jul 19, 2017
2 parents c55754b + 06eac53 commit 4db9c7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Both SlimerJS and Firefox ESR (extended support release) are installed in the co
`backstop openReport` is not (yet) supported.
You will need a running webserver to view HTML reports generated by BackstopJS.

When running SlimerJS, the user you are running the container as must have a home directory in order for Slimer to start properly. You can work around this by setting the HOME variable. Ex:
```
docker run --rm --user 1000 -e HOME=/tmp/home docksal/backstopjs test
```

## Debugging

Expand Down

0 comments on commit 4db9c7c

Please sign in to comment.