You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement e2e test suite for webhooks. Here is the list of tests
describe('Hooks (e2e)',()=>{describe('webhooks',()=>{it('should send an HTTP request',()=>{returnfalse})it('should be a POST request by default',()=>{returnfalse})it('should be able to send a GET request',()=>{returnfalse})it('should be able to send a PUT request',()=>{returnfalse})it('should be able to send a PATCH request',()=>{returnfalse})it('should be able to send a DELETE request',()=>{returnfalse})it('should set the request headers',()=>{returnfalse})it('should integrate dotenv variables',()=>{returnfalse})it('should not care if the request fails',()=>{returnfalse})it('should be hookable on different events',()=>{returnfalse})it('should trigger webhooks on single entity events',()=>{})})})
The text was updated successfully, but these errors were encountered:
Implement e2e test suite for webhooks. Here is the list of tests
The text was updated successfully, but these errors were encountered: