You can run the tests using the Gradle wrapper:
./gradlew testYou can debug tests directly in VS Code:
- Open the test file (e.g., src/test/java/frc/robot/ExampleTest.java).
- Click the "Run" or "Debug" codelens above the test method or class.
- Alternatively, use the Testing view in the sidebar to run or debug specific tests.