bigbite / wp-cypress

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

Change default ports from port 80/443/3306 #88

Open ampersarnie opened 2 years ago

ampersarnie commented 2 years ago

There are many instances where using the default and/or standard ports across WP-Cypress have clashed with existing environments and/or server setups. Granted ports are configurable but having different defaults would allow the project to require less immediate configuration from the onset.

Suggesting the following - using this list to check against potential clashes:

PaulREnglish commented 2 years ago

PR https://github.com/bigbite/wp-cypress/pull/104 adds SSL support. Will work on changing the other port numbers when after this PR gets merged to prevent merge conflicts.