New membership form for SP.
JUST A TEST CHANGE...
- First, run
composer install
in the project directory to install the testing software - Be sure to run Selenium in the background and install an appropiate webdriver (in our case, Chrome)
- Set
export CIVIDEV_USER=username
andexport CIVIDEV_PASSWORD=password
to the appropiate username and password - Run
./vendor/bin/codecept run
to run the tests.