|
|
|
|
|
by skydhash
259 days ago
|
|
And I would add that e2e tests should be more about the businesses rules. Making sure everything is there for a specific flow and not caring that much about the intricacy of things. And such, it should really be part of Ops, not Dev. Quick feedback with unit tests can help. It can be a pain to decouple stuff so you can test them better, but it’s worth it IMO. |
|