BackstopJS: openReport does not open Report

> backstop openReport

BackstopJS CWD:  /my-path
BackstopJS loading config:  /my-path/backstop.json

COMMAND | Executing core for `openReport`
openReport | Opening report.
openReport | An error occured while opening report in the default browser.
   COMMAND | Command `openReport` sucessfully executed

So nothing happens, no Browser opens - despite which I set as default.

  • MBP with macOS 10.12

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 3
  • Comments: 30 (25 by maintainers)

Most upvoted comments

@Primajin – I pushed the html report enhancement yesterday to master

npm install -g garris/backstopjs#master

you should now be able to openReport regardless of the report config setting. Feel free to check it. Thanks.

I will take a look at that logic – it should have been backward compatible… and perhaps we should always generate the HTML report and just use the "browser" flag to auto-open the browser (because that can be annoying when you don’t want it.)