February 2021 Summaries
3 posts from Sauce Labs
Filter
Month:
Year:
Post Summaries
Back to Blog
This release by Sauce Labs integrates Cypress, Playwright, and TestCafe tests on the platform, providing a one-stop solution for testing needs. The integration aims to address common challenges faced by teams using these frameworks, such as integrating with DevOps pipelines, maintaining test environments, parallelizing tests at scale, and reporting insights. To support this integration, Sauce Labs has developed the saucectl CLI, which allows flexibility in testing, while providing infrastructure for local, CI/CD, and testing at scale on the Sauce Labs platform.
Feb 18, 2021
282 words in the original blog post.
End-to-End (E2E) testing for the Sauce Visual solution is now available, providing organizations with an additional layer of coverage to achieve digital confidence and deliver a flawless application experience. This new feature simplifies automation while increasing coverage and confidence by reducing the need to write complex tests and covering areas that traditional functional testing cannot. With visual testing, users can see what has changed between previous and current screenshots, highlighting differences in structure, layout, content, and more, allowing for faster execution across multiple browsers and screen resolutions.
Feb 16, 2021
366 words in the original blog post.
Speeding up test execution is crucial for faster feedback, reduced time to market, and improved overall efficiency in the DevOps cycle. To achieve this, it's essential to understand why tests are slow and then apply five tips: stopping drivers after tests, avoiding XPath as a locator strategy due to its slowness and flakiness, using non-XPath locators for better maintenance, utilizing the latest Appium version, and parallelizing test executions by running multiple tests at the same time on different devices. By implementing these tips, developers can significantly reduce test execution times, resulting in faster feedback, improved quality, and increased productivity.
Feb 09, 2021
1,517 words in the original blog post.