Copy codecept.phar file in C:\xampp\php\ dir. Open cmd prompt and go to C:\xampp\php\ dir using cd command. Run command to install codecept: "php codecept.phar bootstrap" Copy acceptance.suite and functional.suite file in "C:\xampp\php\tests" dir. Copy loginCept.php and RegisterCept.php files in "C:\xampp\php\tests\functional" dir. Copy homepageCept.php,searchCept.php and viewDealCept.php files in "C:\xampp\php\tests\acceptance" dir. Run command in cmd prompt to run all test cases:"php codecept.phar run" Run command in cmd prompt to see steps of test cases:"php codecept.phar run --steps" Run command in cmd prompt to see steps of acceptance test cases only:"php codecept.phar run acceptance --steps" Run command in cmd prompt to see steps of functional test cases only:"php codecept.phar run functional --steps"
-
Notifications
You must be signed in to change notification settings - Fork 0
parvez40/myproject
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published