-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: add support for external HTTP calls #2806
Conversation
When doing component based testing it might be useful to refer to an actual mockserver. Furthermore if we want to leverage more complex snapshot (including screenshots), being able to load CSS is desired, so an option was added for that
🦋 Changeset detectedLatest commit: 0e53dcd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
576955a
to
c939e67
Compare
8930c83
to
e2e84ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Changes looks good
- Changeset present
- Did not test locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good.
Changeset is good.
Tests are good.
Quality Gate passedIssues Measures |
When doing component based testing it might be useful to refer to an actual mockserver.
Furthermore if we want to leverage more complex snapshot (including screenshots), being able to load CSS is desired, so an option was added for that.