How to check files downloaded during scenario execution.

Prev Next

1. Procedure for checking and downloading files

Files downloaded during a scenario execution can be downloaded and checked by clicking the file icon () on the test result details.

The size of downloaded files is limited: files exceeding 10MB will not be saved.

2. Assertion (verification) of downloaded file contents

If you need to verify that a file was downloaded correctly and that its filename and contents are accurate, you can perform an assertion (verification) using a Playwright code step.

For details, please refer to the documentation on Assertions for Downloaded Files.