I mean the AI models do a great job in generating code, but how often do you verify the logic even the logic of the tests? I am just reading through all of them and they are all low quality:
- testing something that never changed (the test was never red)
- making up tests that are just not relevant
- extra hard to read test code
- bad explainers in test code
- testing too many things at once, won't know why it fails (if it ever does)