8 pointsby Paster3355 hours ago2 comments
  • jmiran153 hours ago
    Looks cool. I've faced the tautological tests issue as well, so curious to see how you guys are solving that.

    Where do the tests run? Is it testing the prod app?

    • Paster3352 hours ago
      Thanks for the feedback! When adding an app, you can point it to a staging url. Tests will run on your staging enviroment.

      On the tautological tests piece we generate tests from yuor documentation not your code. This way, are tests are formatted as paths instead of a set of assertions. Furthemore, our tests are in natural language, and we have an agent that goes through the click paths and validates that each step is behaving as intended. This beats writing playwrights which often break when a major UI update happens.

  • ander17335 hours ago
    This is sick, its like ci/cd for financial compliance
    • Paster3354 hours ago
      Yeah! One of our plans for the future is to integrate with GH actions so that our tests run on every pr.