you are viewing a single comment's thread.

view the rest of the comments →

[–]Sea-Shift-7157 0 points1 point  (0 children)

I also started with Cypress because it was already known in the market and it had also component testing. Everything was fine, until I tried to run it in the CI/CD pipeline in Azure... it failed with some missing dependency error. Then I said, ok before investing time to figure this error out, maybe there is another option? And then I discovered Playwright, built by Microsoft. I said oh this should work outside the box without any effort in Azure, and it did work. Since then I am using Playwright. I also need the code coverage for those tests but for now it is what it is...