Whenever I make changes to my Java class in IntelliJ IDEA, my Appium tests start running automatically
I am currently testing my app using Appium and Selenium in IntelliJ IDEA, running the tests in Java.
The problem I'm encountering is that, following the successful execution and completion of my tests, whenever I make edits to any of my classes—particularly the test class—my script starts running automatically.
I've attempted several solutions like
Restored it to default settings
Disabling auto-test...