Missing steps in report when running locally - dn0000001/test-automation GitHub Wiki

When running all tests on your local machine, you may notice that steps are missing in the report.

Cause: The local package is not being compiled to weave the steps using AspectJ Solution:

  1. Go to Edit Configurations for the application being run
  2. Remove any configurations before launch. (There probably is a make configuration.)
  3. Add new configuration "Run Maven Goal" with Command Line set to "clean package"
  4. Run the application again and it will be built & weaved with the steps