Feature request for product/service
AI Models
Describe the request
When coding the frontend, I use cypress to run e2e tests and I’d like those to be automated. When a test fails, often the error message isn’t enough, just saying “element wasn’t found” basically but we don’t know in what state the frontend is. For that reason, I take screenshots on failure. I’d like cursor to be able to read those screenshots so that it has them as context and can infer where the test went wrong. But currently, it’s unable to read an image of its own volition. It only reads an image when it’s directly attached.
Thank you.