Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Releases: linusshops/prophet

0.4.1

13 Oct 16:40
Compare
Choose a tag to compare

-Add experimental Javascript testing support via Jest.

0.4.0

07 Oct 18:34
Compare
Choose a tag to compare

Add 'every' option to sleep X seconds and rerun tests.

v0.3.9

03 Aug 19:38
Compare
Choose a tag to compare

-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

18 Jun 14:11
Compare
Choose a tag to compare

-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

16 Jun 19:51
Compare
Choose a tag to compare

-Added html code coverage report.
-Fixed controllers not appearing in coverage reports.

v0.3.6

16 Jun 17:41
Compare
Choose a tag to compare

-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

15 Jun 21:33
Compare
Choose a tag to compare

-Added custom test classes.
-Added custom test class helper.
-Additional documentation.

v0.3.4

15 Jun 19:13
Compare
Choose a tag to compare
Version bump.

v0.3.3

15 Jun 19:11
Compare
Choose a tag to compare

Added loader for test override classes.

v0.3.2

15 Jun 17:20
Compare
Choose a tag to compare

-Added pre/post module test events.
-Added custom autoloaders for front controllers.