-
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
testsTesting issuesTesting issues
Description
Implement e2e test suite for webhooks. Here is the list of tests
describe('Hooks (e2e)', () => {
describe('webhooks', () => {
it('should send an HTTP request', () => {
return false
})
it('should be a POST request by default', () => {
return false
})
it('should be able to send a GET request', () => {
return false
})
it('should be able to send a PUT request', () => {
return false
})
it('should be able to send a PATCH request', () => {
return false
})
it('should be able to send a DELETE request', () => {
return false
})
it('should set the request headers', () => {
return false
})
it('should integrate dotenv variables', () => {
return false
})
it('should not care if the request fails', () => {
return false
})
it('should be hookable on different events', () => {
return false
})
it('should trigger webhooks on single entity events', () => {})
})
})
Metadata
Metadata
Assignees
Labels
testsTesting issuesTesting issues
Type
Projects
Status
Backlog