Introduced in Feature Pack 1

Test automation logging

The Storefront Test Automation Engine generates a log file that you can use to help troubleshoot your automated test results.

By default, logs are configured using the file: log.properties. The Storefront Test Automation Engine uses the Java Logging API.

All browser actions are logged by the Storefront Test Automation Engine.

Logging in Aurora-Tests-Wte

By default, logging is disabled in Aurora-Tests-Wte. To enable logging:

  1. Open config.properties in the Aurora-Tests-Wte project.
  2. Add the line SET_LOGGER=true to the file.
  3. Save and close the file.