-
Notifications
You must be signed in to change notification settings - Fork 17
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(js): pass searchParams
to EchoRequester
, update CTS
#70
Conversation
Just realized we could also use the |
8a08566
to
b0d3e23
Compare
CI will not pass because of the Analytics client (others should not be impacted):
Those changes will be applied in a future PR since it's not in the scope of this one |
633070c
to
6cc05ef
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.
Very good idea on the echo requester !
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.
Lots of fixes !
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-247
Changes included:
This PR aims at providing additional content to the
EchoRequester
.Motivations
To successfully test
GET
requests and our clients, we will need extra parameters such as:searchParams
,userAgent
,timeouts
,headers
, etc.We encounter this first limitation in #69, when we are not able to assert the search parameters.
🧪 Test
CI :D