Stably AI can automatically heal outdated tests to minimize maintenance overhead and flaky tests.
Stably AI uses a combination of the step description, the test run history and knowledge of your product to make changes to the test.
Stably AI can make the following changes to your tests:
page.getByRole('button', { name: 'Submit' })
to page.getByRole('button', { name: 'Save' })
)After Stably AI makes a change, it will show you a preview of the changes and ask for confirmation.
In general, our users have reported to save them 10-20 hours per month on maintenance.
Yes, you can exclude certain steps from being by changing its mode to be Strict.
There are three modes for a step: