Test automation log
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 by using the following 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:
- Open config.properties in the Aurora-Tests-Wte project.
- Add the line
SET_LOGGER=true
to the file. - Save and close the file.