AI is changing the way we approach software development—and testing is no exception.
On 22 October, from 14:00 to 17:00, Agile Actors will host a session focused on AI-Powered Testing with Cypress, exploring how AI can help developers and QA engineers create, maintain, and improve end-to-end test suites with less manual effort.
If you've ever spent too much time fixing flaky tests, updating selectors after UI changes, or writing repetitive assertions, this session is for you.
Why AI-Powered Testing?
End-to-end testing is essential for ensuring that applications behave as expected from a user's perspective. But maintaining E2E tests can become expensive.
A small UI change can break multiple tests. Selectors change. Assertions need updating. Tests that worked yesterday suddenly become flaky.
AI introduces an interesting shift: instead of simply executing the instructions we've written, testing tools can increasingly assist us in creating those instructions and adapting them when the application changes.
During this session, we'll explore three capabilities that demonstrate this shift.
- Generate Cypress Tests with Prompt Commands
Imagine describing the scenario you want to test using natural language:
Test that a user can log in, add a product to the cart, and complete checkout.
Instead of starting every test from scratch, Prompt Commands can help translate your intent into Cypress test code.
This creates an interesting workflow where developers and testers can focus first on what should be tested, while AI helps with some of the implementation.
We'll look at how Prompt Commands can accelerate test creation and where human review and testing expertise still matter.
- Reduce Maintenance with Self-Healing Tests
One of the biggest challenges with automated UI testing is maintenance.
Consider a test that depends on a particular element or selector. The application evolves, the UI changes, and suddenly the test fails—even though the underlying functionality still works.
Self-Healing tests aim to reduce this problem.
With AI helping tests adapt to certain UI changes, teams can potentially reduce false failures and spend less time repairing tests after every frontend update.
The goal isn't simply to make failing tests pass. It's to create test suites that are more resilient to application changes while still detecting genuine regressions.
We'll explore how self-healing works, where it can help, and what teams should consider when introducing it into their testing strategy.
- Create Tests Faster with Record Mode
Writing a good E2E test isn't only about performing actions.
We also need meaningful assertions.
That's where Record Mode becomes particularly interesting.
As you interact with your application, Cypress AI can suggest smart assertions based on what's happening on the screen.
Instead of manually translating every interaction into test code, you can work through the user journey while AI assists in creating the test.
This can make test creation faster while also helping identify useful assertions that might otherwise be overlooked.
AI as a Testing Assistant
The most interesting part of AI-powered testing isn't necessarily replacing the work of developers or QA engineers.
It's reducing the repetitive work around testing.
AI can help us:
Generate tests faster.
Reduce maintenance caused by UI changes.
Suggest useful assertions.
Improve the resilience of E2E test suites.
Spend more time thinking about what needs to be tested and why.
That last point is important.
AI can generate code, but deciding whether a test represents meaningful business behaviour still requires context, critical thinking, and testing expertise.
The value comes from combining AI assistance with good testing practices.
Who Should Attend?
Whether you're just getting started with Cypress or already running Cypress tests in production, this session will provide practical examples of how AI can fit into your testing workflow.
We'll look beyond the buzzwords and explore how capabilities such as Prompt Commands, Self-Healing tests, and Record Mode can change the day-to-day experience of creating and maintaining E2E tests.
Session Details
AI-Powered Testing with Cypress
Agile Actors
📅 22 October
🕑 14:00–17:00
If you're interested in Cypress, test automation, quality engineering, or the practical application of AI in software development, we'd love to see you there.
Let's explore what happens when Cypress meets AI. 🚀
Top comments (0)