svandragt / lamb

Literally Another Micro Blog
https://svandragt.github.io/lamb/
MIT License
6 stars 0 forks source link

Codeception #70

Closed svandragt closed 1 week ago

svandragt commented 1 week ago

Next steps:

  1. Edit tests/acceptance.suite.yml to set url of your application. Change PhpBrowser to WebDriver to enable browser testing
  2. Edit tests/functional.suite.yml to enable a framework module. Remove this file if you don't use a framework
  3. Create your first acceptance tests using codecept g:cest acceptance First
  4. Write first test in tests/acceptance/FirstCest.php
  5. Run tests using: codecept run

Fixes #69