Turn your manual testers into automation experts! Request a DemoStart testRigor Free

Release Notes: QR Code recognition, Retry Notification

This week, we added a way to read QR codes as well as a notification of how many times a test was retried during a run.

QR Code Recognition

It is now possible to scan a QR code from stored values and from an element on the screen.

  • To do so, we can use commands like the following:
scan qr-code value from "code-container" and save as "code"
scan qr code from stored value "saved-qr-code" and save as "code"
scan based on qr code value from first "container" and save as "code"
scan value from qr-code value on the middle of the screen and save as "code"
scan value based on qr code from "code-container" on the right of "QR Code 2" and save as "code"

Retry Notification

The number of retries will now be visible in the test case panel just below the Execution ID.

Related Articles

Release Notes: API (Multiple body parameters)

This week, we released the ability to use multiple body parameters for API calls. API calls It is now possible to use more than ...

Release Notes: if/else, time zones

This week, we released if/else logic and the ability to set the time zone your cases run in. Conditionals We have released the ...