Releases: linusshops/prophet
Releases · linusshops/prophet
0.4.1
-Add experimental Javascript testing support via Jest.
0.4.0
Add 'every' option to sleep X seconds and rerun tests.
v0.3.9
-Added Inspect command.
This command does not run any unit tests. Instead, it bootstraps Magento, and then activates PsySH. Useful for REPL investigation and testing.
v0.3.8
-Fix autoloader function not loading controllers in subfolders.
-Store coverage data in module specific directories by coverage format.
-When --coverage flag is passed, display the path any coverage data is being written to.
-Add Psysh support.
-Abstract helpers into a generic PD helper class for brevity.
v0.3.7
-Added html code coverage report.
-Fixed controllers not appearing in coverage reports.
v0.3.6
-Additional documentation
-Only boot Magento right before testing a module.
-Add pre/post Magento boot events.
-Add --filter option to specify only running matching tests (passes through to the PHPUnit filter option).
v0.3.5
-Added custom test classes.
-Added custom test class helper.
-Additional documentation.
v0.3.3
Added loader for test override classes.
v0.3.2
-Added pre/post module test events.
-Added custom autoloaders for front controllers.