Arachne/Codeception – Write functional tests for your Nette application using Codeception
Notice: This thread is very old.
- enumag
- Member | 2118
For Functional Tests in Codeception you need to use a framework-specific module to integrate it. While there are official modules for many frameworks, there is none for Nette so I've written one myself.
In the latest release I've split it to NetteDIModule
and
NetteApplicationModule
which can be helpful in some cases. For
functional tests you'll need both (because NetteApplicationModule
requires NetteDIModule
) but for integration tests
NetteDIModule
should be enough.
- Documentation: https://github.com/…ocs/index.md
- GitHub: https://github.com/…/Codeception
- Packagist: https://packagist.org/…/codeception
- Componette: https://componette.org/…codeception/
For unit tests check out my Codeception/MockeryModule.
Any feedback appriciated!