Skip to content

Instantly share code, notes, and snippets.

@tango238
Last active December 27, 2015 01:59
Show Gist options
  • Select an option

  • Save tango238/7248599 to your computer and use it in GitHub Desktop.

Select an option

Save tango238/7248599 to your computer and use it in GitHub Desktop.
Use of Codeception

=============== Acceptance Test

Create StepObjects

php codecept.phar generate:stepobject acceptance Member

Create PageObjects

php codecept.phar generate:pageobject acceptance Login

Run Acceptance Test

php codecept.phar run acceptance --steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment