|
|
|
|
|
by pojzon
2418 days ago
|
|
I would simply say that testing APIs with pacts is a better approach than e2e testing.. Overall e2e testing is something you want to get rid off, cos development loop with it is too long and not modular. All you should care about in an API testing is its specification correctness. Whats below should be tested by component tests or even units. This approach more or less already has a concensus in api world. Im surprised there are still ppl doing e2es. |
|
You're surprised that there are people actually testing that things work after integration, interacting with the system as a user would?
I'm surprised there are still people who don't.