Hacker News new | ask | show | jobs
by yowmamasita 1413 days ago
It detects the data-testid attribute quite well. We use it at work in replacement of manually creating cypress scripts.
1 comments

That’s good to know, I had bad luck with it then. But even so, you also lost the ability to use testing patterns like the page object model where you can update changing IDs or flows more easily - if something changes drastically early in the recording, wouldn’t it need to be re-recorded for all test cases?