Want to write Tests at Formbricks?

We highly recommend to run the existing Formbricks End to End Tests locally to understand our framework and architecture and then dive into writing your own tests and contributing to us!

  1. Identify a series of events that a user would go through when interacting with Formbricks
  2. See if it exists here on our repository or not
  3. If it does not, voila! You can now write and contribute to our testing suite and make us stronger than before 😊
  4. If it does, see if it misses something and can be improved, if not, keep hunting for more ;)

How to write Tests at Formbricks?

Fast and reliable end-to-end testing for modern web apps | Playwright

import { expect, test } from "@playwright/test";