Skip to content

Prevent unused log folders from being created #466

@mdmintz

Description

@mdmintz

There are log folders getting created in the latest_logs folder that aren't always used. Log folders should only be created if log files are going to be put in there. This will prevent logs from getting too messy. Logs are expected when a test fails, when a run command adds --save-screenshot, and when a test calls a method that puts files into the log folder. If --archive-logs is set, the log files from latest_logs will be moved to the archived_logs folder at the start of the next test run (otherwise they will be deleted to save space).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions