Skip to content

Instantly share code, notes, and snippets.

@zspine
Last active August 1, 2018 13:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zspine/cb5bb070d0a68cd42e48 to your computer and use it in GitHub Desktop.
Save zspine/cb5bb070d0a68cd42e48 to your computer and use it in GitHub Desktop.
Codeception Console Commands

Run Tests

php bin/codecept run
php bin/codecept run unit
php bin/codecept run acceptance
php bin/codecept run functional

Acceptance Test with PhantomJs

phantomjs --webdriver=4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment