Skip to content

Write File

This task writes contents to a file on disk.

If the specified file already exist, new content will be appended to the existing file.

Step implementations

Arguments

  • file_name str - file name relative to <context root>/requests, can contain directory levels