issues
search
svandragt
/
lamb
Literally Another Micro Blog
https://github.com/svandragt/lamb/wiki
MIT License
6
stars
0
forks
source link
Codeception
#70
Closed
svandragt
closed
2 months ago
svandragt
commented
2 months ago
Next steps:
Edit tests/acceptance.suite.yml to set url of your application. Change PhpBrowser to WebDriver to enable browser testing
Edit tests/functional.suite.yml to enable a framework module. Remove this file if you don't use a framework
Create your first acceptance tests using codecept g:cest acceptance First
Write first test in tests/acceptance/FirstCest.php
Run tests using: codecept run
Fixes #69
[x] codecept run on CI
[x] Basic test for lamb
Next steps:
Fixes #69