Edit Profile
testRigor now allows users to easily view and edit personal information directly from their profile settings. After logging into the system, users can navigate to their profile to make necessary updates.
Key Updates:
Edit Profile Information: Users can modify personal details such as their name and email address.
Edit button
Fields to be edited
Email Address Change: When updating your email address, a confirmation form will be displayed. This triggers an email verification process to ensure security. Once the verification is complete, the email address change will be finalized.
Change email step
Enhanced Shadow DOM Support
We are excited to introduce new Shadow DOM support options in the Settings -> Advanced
menu, giving users more control over how Shadow DOM elements are handled during tests.
Shadow DOM location
New Shadow DOM support options include:
- Enabled: Maintains the previous behavior, where all Shadow DOM elements are considered during testing.
- Only Visible: Only visible Shadow DOM elements will be taken into account during the testing process, optimizing performance by focusing on essential elements.
- Disabled: No Shadow DOM elements will be processed or considered in tests, improving speed for scenarios where Shadow DOM is irrelevant.
Shadow DOM options
Processing Shadow DOM elements can significantly impact testing time, especially when a large number of elements are involved. This update provides flexibility to reduce unnecessary processing time when Shadow DOM elements are not critical.