Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Disable HTTPS errors for asset discovery #199

Merged
merged 2 commits into from
May 14, 2019

Conversation

Robdel12
Copy link
Contributor

What is this?

This is so the asset discovery service doesn't fail to capture assets for snapshots that are done on invalid HTTPS sites. Without this the assets would be missing from the snapshots (as seen in this PRs first commit Percy build).

The test that's included here will be missing styles if the snapshot fails -- but the test suite will not fail. The Percy build will have diffs though.

Robdel12 added 2 commits May 14, 2019 13:59
This will fail to snapshot with Percy (but the test suite will pass). We will
need to make sure we review any diffs that arise.
This is so the asset discovery service doesn't fail to capture assets for
snapshots that are done on invalid HTTPS sites. Without this the assets would be
missing from the snapshots (as seen in the previous commits percy build).
@Robdel12 Robdel12 requested a review from djones May 14, 2019 19:11
Copy link
Contributor

@fotinakis fotinakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🌮

@Robdel12 Robdel12 merged commit e19c91e into master May 14, 2019
@Robdel12 Robdel12 deleted the rd/disable-https-asset-discovery branch May 14, 2019 19:29
djones pushed a commit that referenced this pull request May 14, 2019
## [0.4.8](v0.4.7...v0.4.8) (2019-05-14)

### Bug Fixes

* Disable HTTPS errors for asset discovery ([#199](#199)) ([e19c91e](e19c91e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants