garris / garris/BackstopJS

.dev domain is empty

Open
#706 3 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

When BackstopJS creates a screenshot of a .dev domain in my case the screenshot is empty. The reason is probably because you need to enter "badidea" respectively "thisisunsafe" before you can view the page (since there's no valid SSL certificate). Is there a workaround?

I have tried:

```javascript
"casperFlags": [
"--ignore-ssl-errors=true",
"--ssl-protocol=any"
],
"engineOptions": {
"chromeFlags": [
"--ignore-certificate-errors"
]
}
```

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.