Feature Request
When setting up TestSprite in a project, there are two common onboarding safety needs:
- Git Tracking: Agent skills require Git tracking to safely manage code modifications. We should warn the user if they are not in a Git repository.
- Gitignore Safety: The
.testsprite/ folder stores local run artifacts and test execution logs. We should automatically ignore it in .gitignore (during testsprite setup) or check and warn if it is not ignored (during testsprite doctor) to avoid committing these files to version control.
Feature Request
When setting up TestSprite in a project, there are two common onboarding safety needs:
.testsprite/folder stores local run artifacts and test execution logs. We should automatically ignore it in.gitignore(duringtestsprite setup) or check and warn if it is not ignored (duringtestsprite doctor) to avoid committing these files to version control.