Install ChromeDriver, GeckoDriver or Selenium Server. These will be used to emulate the browser acceptance tests For each tests, the browser will have to be restarted
Ensure composer in installed. Run composer install
to install dependencies
Install and configure Codecept
Run the following in the business-directory-plugin
plugin folder
#!bash
$ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
$ codecept run
#!bash
$ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
$ codecept run acceptance
#!bash
$ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
$ codecept run functional
#!bash
$ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
$ codecept run wpunit
#!bash
$ cd <path-to-wordpress>/wp-content/plugins/business-directory-plugin
$ codecept run unit