Describe your feature request
It seems that PEST gets initialized in the tests directory only. It would be nice if we can get an option to initialize it in a subdirectory under tests like tests/pest. The reason is that there can be other test files in the tests dir like:
- my-plugin
- tests
- cypress
- jest
- ...
Describe the solution you'd like
Allow initialization in a subsdirectory at least under tests dir. Probably use --test-directory option of PEST on init or something along those lines.
Please confirm that you have searched existing issues and discussions about this feature.
Yes
Describe your feature request
It seems that PEST gets initialized in the
testsdirectory only. It would be nice if we can get an option to initialize it in a subdirectory undertestsliketests/pest. The reason is that there can be other test files in thetestsdir like:Describe the solution you'd like
Allow initialization in a subsdirectory at least under
testsdir. Probably use --test-directory option of PEST on init or something along those lines.Please confirm that you have searched existing issues and discussions about this feature.
Yes