You’re 15 minutes away from fewer bugs and almost no test maintenance Request a Demo Now
Turn your manual testers into automation experts!Request a Demo

Release Notes: Downloaded files validations, AI command parse, Screen resolution, API Endpoints, Upload files and certs form CLI, Open files

Weekly Newsletter
Receive weekly testRigor newsletters packed with insights on test automation, codeless testing, and the latest advancements in AI.

Validations on downloaded files

Downloaded files now support more complex validations, utilising table syntax and locators. For example if we were to download a file “sample.pdf”. We can now issue commands like the following:
check that downloaded file "sample.pdf" contains "Item A" below "Item B"
check that downloaded file contains "Item A" in table at 1st row and column "Column 1"

AI command parser enhacements

A new setting has been added that will modify a command using AI if said command couldn’t be parsed. This setting will try to amend a command if it couldn’t be parsed. You can access this option on the Settings section, AI tab.

Screen resolution changes

Our team has made changes to the default test suite resolution. All newly created test suites will be set at 1280×1024 rather than 1024×768.

Open downloaded files

You can now directly open a recently downloaded file by issuing the following command:
open downloaded file "sample.pdf"

New API endpoints for Desktop Web

With the latest update, our team has expanded the APIs with Personal Token supports for test suites in order to include, read, list and update operations. You can check more details about this new addition on the CI/CD section of the test suite

Upload files and certificates from CLI

You can now upload files and certificates through the CLI. The following command triggers a full run with local files or .pfx certificates uploaded as variable values for that run only. Add typed entries to the –variables-path JSON.

variables.json example:
{
  "myFile": { "type": "FILE", "value": "/path/to/file.pdf" },
  "myCert": { "type": "CLIENT_CERTIFICATE", "value": "/path/to/cert.pfx", "password": "cert-password" }
}
Using Personal Authentication Token:
testrigor test-suite run --variables-path variables.json
Using Test Suite Credentials:
testrigor test-suite run TEST_SUITE_ID --token SUITE_CI_TOKEN --variables-path variables.json

For more information about tR’s CLI check the following link.

Privacy Overview
This site utilizes cookies to enhance your browsing experience. Among these, essential cookies are stored on your browser as they are necessary for ...
Read more
Strictly Necessary CookiesAlways Enabled
Essential cookies are crucial for the proper functioning and security of the website.
Non-NecessaryEnabled
Cookies that are not essential for the website's functionality but are employed to gather additional data. You can choose to opt out by using this toggle switch. These cookies gather data for analytics and performance tracking purposes.