garris / garris/BackstopJS

Profile option not working

Open
#414 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.