Issue is mainly with how cursor exits a cmd pretty fast, and forgets to wait for response… seen it about half of the tries.
That’s why a faster health check on a streamlit unit test would be great… “streamlit run” takes too long for cursor… and its pretty janky way to do it…
I know the cursor team prioritizes speed of the composer chat… which i think is leading this to escaping on the cmd and not listening for it to wait and run the tests… sometime it’ll wait and get the response but a lot of times it doesnt… its done some incredible recursive coding tho… so fun!