Skip to content

missing webhooks e2e tests #274

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

Open
brunobuddy opened this issue Jan 24, 2025 · 0 comments
Open

missing webhooks e2e tests #274

brunobuddy opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
tests Testing issues

Comments

@brunobuddy
Copy link
Contributor

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', () => {})
  })
})
@brunobuddy brunobuddy added the tests Testing issues label Jan 24, 2025
@brunobuddy brunobuddy self-assigned this Jan 24, 2025
@SebConejo SebConejo moved this to Backlog in Enhancements Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Testing issues
Projects
Status: Backlog
Development

No branches or pull requests

1 participant