Pytest test discovery is failing. The UI states:
Test discovery error, please check the configuration settings for the tests
The output window s
I spent ages trying to decipher this unhelpful error after creating a test that had import errors. Verify that your test suite can actually be executed before doing any deeper troubleshooting.
pytest --collect-only is your friend.
pytest --collect-only