Auto-Test & Environment Revert

Describe the request

  1. ChatGPT Atlas’s Agent Mode can handle simple web testing tasks, but it is still insufficient for serious development work. I hope there can be a Test Mode that automatically tests web applications based on predefined test cases and generates a test report. The tests should include, but not be limited to, regression testing, smoke testing, and monkey testing.
  2. Overall Docker environment rollback. During local development, Agent operations involve a large number of OS-level and local database operations. Although a sandbox already exists, my backend projects are still developed entirely within Docker. Relying only on Git to roll back code is not enough, because sometimes databases and system configurations also change. I hope Docker can be integrated into Cursor like Git manages code, so that Agent Mode can back up the entire Docker environment before and after execution, making it possible to restore the whole environment with one click when problems occur.