it. I will implement e2e tests in a new project but I didn’t decide yet. It’s in ReactJS (without TypeScript). Any suggestions?
I did use it but not for testing.
You should treat the app as a black box and attempt to automate user stories (user logs in, opens profile, changes profile picture), and after executing a certain story, it should consistency check the database for example, to see that everything has happened correctly. One of the problems is database seeding, which I did by locally seeding before every suite
Обсуждают сегодня