Profile option not working
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
I have a Firefox profile inside my project directory, which can be used using `firefox -profile ffprofile` but when I add into backstop.js it's not working
```
"casperFlags": [
"--profile ffprofile",
],
"engine": "slimerjs",
```
Tried `"-profile ffprofile"` as well, if I execute casperjs manually it does work `./node_modules/.bin/casperjs --engine=slimerjs --profile ./ffprofile`
Contributor guide
Assessment
This issue has not been assessed yet.