You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no straightforward way to configure the output directory for the generated test cases. This creates challenges in maintaining a structured project organization, especially for large projects where different modules or features require separate test directories.
Expected Outcome:
Developers can define the desired folder path (e.g., /tests/Feature/Generated or /tests/Unit/Generated).
Generated test cases will automatically be saved in the specified folder.
Additional Notes:
This feature would be especially useful for projects with modular architecture or strict directory structures.
If possible, consider supporting both relative and absolute paths for flexibility.
The text was updated successfully, but these errors were encountered:
There is no straightforward way to configure the output directory for the generated test cases. This creates challenges in maintaining a structured project organization, especially for large projects where different modules or features require separate test directories.
Expected Outcome:
Additional Notes:
The text was updated successfully, but these errors were encountered: