Saving test artifacts to Object Storage
Written by
Updated at May 26, 2025
Configure the saving of test artifacts to Yandex Object Storage. You can use artifacts to analyze test results and identify issues during testing.
Note
You can only configure how to save your artifacts prior to testing.
Setting up your infrastructure
- Create a bucket in the folder with the test agent.
- Assign the
storage.uploader
role to the service account used to create the test agent.
Running a test
You can create a new test:
Management console
- Create a new test and enable Save artifacts under Test logs.
- In the Bucket name field, select the bucket to save test artifacts to.
- In the Save files field, specify which files to save, using a glob expression
mask. - Optionally, in the Exclude files field, specify which files to exclude, using a glob expression mask.
- Optionally, enable Archive in zip to save all files to a single archive.
You can also restart the existing test:
Management console
- In the management console
, select Load Testing. - In the left-hand panel, select
Tests. - Select the test. In the top-right corner, click Restart.
- Under Test logs, enable Save artifacts.
- In the Bucket name field, select the bucket to save test artifacts to.
- In the Save files field, specify which files to save, using a glob expression
mask. - Optionally, in the Exclude files field, specify which files to exclude, using a glob expression mask.
- Optionally, enable Archive in zip to save all files to a single archive.
- Click Create.
The test agent stores test artifacts in the /var/lib/ulta/tests
directory.