Assert File Exists
Checks that a regular file exists at the given path.
path (String): The file path to
check.
message (String): (Optional) Custom
assertion message.
True if the file exists.
assert_file_exists("output.csv")
assert_file_exists("report.html", "report generation failed")