Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 453 Bytes

Codeception

Basic examples of codeception

Quick Install

git@github.com:zeeshanbashir/codeception.git codeception

and after that run composer install

How to Run Tests

  • Run all the tests ./vendor/bin/codecept run
  • Run only api suite ./vendor/bin/codecept run api
  • Rebuild after change yml file php ./vendor/bin/codecept build

Note

Functional suite will work only if you are using framework.