Currently, I have been using ngMockE2e and httpbackend mock with protractor for an angular page.
Now we are thinking of using react for development, Is there any alternative which I can use for mocking stuff for end to end testing for http calls.
Currently, I have been using ngMockE2e and httpbackend mock with protractor for an angular page.
Now we are thinking of using react for development, Is there any alternative which I can use for mocking stuff for end to end testing for http calls.
You can use chai and chai-http.