Mobile Automation Newsletter - #5
A biweekly newsletter curating the latest news, tools, and best practices in mobile test automation, covering iOS, Android, and cross-platform development.
A biweekly newsletter curating the latest news, tools, and best practices in mobile test automation, covering iOS, Android, and cross-platform development.
Explores key characteristics of well-maintained software, focusing on code understandability, clear steps, and comprehensive testing for easier changes.
A guide to bypassing Maestro's sandbox to execute command-line commands from within mobile UI tests, enabling advanced automation scenarios.
A biweekly newsletter summarizing the latest news, articles, and tools in mobile test automation for iOS and Android development.
Explains how to configure and use the baseUrl parameter in Cypress for efficient end-to-end testing.
The author questions when 'Pull Request' became a formal SDLC stage, especially for testing, and critiques its common usage and meaning.
A tutorial on how to attach files like downloads and screenshots to Playwright test reports using the testInfo.attach method.
A guide on integrating Cucumber with Cypress for behavior-driven testing, covering setup, pros/cons, and practical steps.
A guide on handling page load events and network calls in Cypress tests to ensure reliable test execution.
Twilio Labs introduces a CLI plugin to simplify webhook testing by emulating requests, eliminating the need for public URLs and manual triggers.
Learn how to use Playwright's grep functionality and tags to organize and selectively run subsets of your test suite for efficiency.
Expert advice for developers to enhance their portfolio websites with automation, testing, accessibility, and custom domains.
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
A guide to using Playwright's new authentication API for testing with multiple user roles, featuring configuration updates and code examples.
Explains how to use the dotnet CLI's filter switch to run a specific subset of tests from a C# .NET test project, avoiding code modifications.
Explains how Angular standalone components and the Angular Testing Library simplify and improve component testing by reducing setup complexity.
A guide to creating and unit testing asynchronous commands in the Vapor framework for Swift, including a workaround for async support.
The vdirsyncer developer seeks volunteer-hosted CalDAV/CardDAV servers to improve the project's test suite and reduce CI overhead.
Explains how to use Playwright's soft assertions to improve test reports by capturing all failures in a single test run.
A developer explains their preference for Nox over tox for Python project testing, comparing configuration formats and flexibility.