Hi,
we are using A12 on the client side and use cypress for our end-to-end tests.
As our application grows we find ourselves with huge amounts of work to write and maintain these tests.
We had a look at cypress recorder which looks promising but lacks a lot of functionality to be helpful and we’re thinking about forking and customizing it but first we want to know if there is another solution.
We know about QF-Test and that A12 is using it but in our case the runtime of test cases is simply to high. It’s also much simpler to integrate cypress into the build process and getting instant feedback with every pull request. Having it run headless in docker also gives us the same setup across all machines and reduces the amount of server maintenance by a lot.
Are there other teams that face this problem and do you have a solution?
Feedback is very appreciated, thank you!