|
|
|
|
|
by MoreQARespect
945 days ago
|
|
Starting low level and evolving to a larger scope is still unnecessary work. It's still cheaper starting off building a playwright/calls-a-rest-api test against your web app than building a low level unit test and "evolving" it into a playwright test. I agree that low level unit tests are faster and more appropriate and if you are surrounding complex logic with a simple and stable api (e.g. testing a parser) but it's better to work your way down to that level when it makes sense, not starting there and working your way up. |
|