Assert Directory Exists
Checks that a directory exists at the given path.
path (String): The directory path
to check.
message (String): (Optional) Custom
assertion message.
True if the directory exists.
assert_dir_exists("results")
assert_dir_exists("artifacts", "artifact directory was not created")