It’s now possible to configure how often you will receive notifications when a test suite fails. It’s now also possible to receive a notification when the test suite recovers after failing.
Notifications configuration
You can access the notification options in the test suite settings page.
Frontend Robot got a new look. We updated its color scheme, used a new font and tweaked a few icons. We hope you’ll like it as much as we do 😊.
The new look of Frontend Robot
We introduced the ability to see and navigate the test screenshots taken after each step. This will help you tremendously when it comes to debugging your tests.
The documentation section was updated with new screenshots and animations to reflect the new UI
We updated our payments system to support 3D secure and the european Strong Customer Authentication (SCA) regulation. We also improved various parts of the payments and subscription experience.
We updated Chrome to version 87 in all of our runners
We fixed a bug whereby some tests wouldn’t start and end up in the “Error” state.
This minor release fixes a few medium severity bugs and introduces the new :contains pseudo-class, which can be used in any element selector.
Enhancement: We added support for the custom :contains pseudo-class. It can be used in any element selector and it allows to select and element only if it contains the matched text. For example a:contains("Go") will match the element <a>Go Here</a>.
Fix: If there are no test runs in a test suite, then the current and run history tabs must be hidden.
Fix: Test suite session status not updating in real-time in test suite session view.
Fix: Individual test sessions disappear after running a test suite session
Fix: Failed test suites alwasy show 0 failed tests in dashboard
You can now pass variables to a test suite when invoking a smart trigger which override and complement any existing test suite variables. More details on the docs.
We introduced an enhanced version of our “incoming webhooks” which we called smart triggers. They will enable some interesting possibilities, such as a deeper integration with third party products. Read more on the launch blog post.
We implemented our official integration with Github. It allows to show the results of a test beside each commit and it will also automatically run the test suite at each deploy. Read more on the dedicated blog post.