-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request✨ dx ✨improve developer experienceimprove developer experience
Description
Is your feature request related to a problem? Please describe.
It's limiting that the configuration file has to be named .testyrc.json and has to be in the root folder. Some projects might use a config folder and/or a specific naming convention for config files.
Describe the solution you'd like
A command line argument to tell where to find the config file:
$ testy --config conf/testy.json <files>
# OR
$ testy -c conf/testy.json <files>
Describe alternatives you've considered
None
Additional context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request✨ dx ✨improve developer experienceimprove developer experience