bigbite / wp-cypress

WordPress end to end testing with Cypress.io.
MIT License
86 stars 19 forks source link

Add globbing to plugins and theme config #23

Closed liamdefty closed 4 years ago

liamdefty commented 4 years ago

Is your feature request related to a problem? Please describe. If there are many plugins or themes you wish to install, it can be tedious to add them as single file paths. It would be beneficial if we could add globbing to the paths.

Describe the solution you'd like plugins: ['path/to/folder/*', '']