Last week, we added support for test video, expanded the features with test data, and enabled a way for interaction with native dialogues.
Video of Test Executions
- In Settings->Integrations, there is now a checkbox to enable
Record video of test case executionfor Desktop Web Browsers and Android devices. - Once the execution is completed, you will find a button to
Playthe video of the execution or to copy the link to the video.

Test Data (Hidden Values)
- We added the option to hide values of variables set in test data.
- This is possible both for global variables and for data sets.
- Simply click
+Add, and then in the type, selectHidden. The variable will appear both in test data and within the test case as asterisks.
- Simply click

Test Data (Data Sets)
- We added the ability to create data sets by importing rows from a CSV file with the values for each variable.
- Create a data set and click on
Rows. Then click+Addand the option toUpload CSVwill appear.
- Create a data set and click on

Native Dialogue Interaction for Mobile Browsers
- We added the ability to interact with native dialogues and applications in test cases for mobile browsers.
- Use
switch context to nativeto interact with dialogues and applications, and useswitch context to browserto return to browser. - See documentation here: https://testrigor.com/docs/language/#switchContext
- Use