<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9" -->

---
title: Agentic Testing: Where Agents Fit in the E2E Testing Stack
description: Slack&#x27;s engineering team ran 200+ agentic E2E test executions using three approaches: Playwright MCP, Playwright CLI, and AI-generated Playwright tests,...
canonical: https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Agentic Testing: Where Agents Fit in the E2E Testing Stack | daily.dev
og:description: Slack&#x27;s engineering team ran 200+ agentic E2E test executions using three approaches: Playwright MCP, Playwright CLI, and AI-generated Playwright tests,...
og:url: https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9
og:image: https://api.daily.dev/og/posts/k44NoPXX9.png
og:image:alt: Agentic Testing: Where Agents Fit in the E2E Testing Stack
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic Testing: Where Agents Fit in the E2E Testing Stack

**[Slack engineering](https://daily.dev/sources/slack)** · 13 min read · 3 upvotes · 0 comments

## Summary

Slack's engineering team ran 200+ agentic E2E test executions using three approaches: Playwright MCP, Playwright CLI, and AI-generated Playwright tests, powered by Claude models. Key findings: Playwright MCP was the most reliable (0–12% failure rate) and cost-efficient (~40 turns per run), while CLI had higher failure rates (12–20%) due to execution layer issues. Generated Playwright tests were fastest (~3 min) but degraded significantly on complex flows (~48% failure rate). Agent runs cost $15–30 each due to context accumulation across turns, not model output. Only ~20% of agentic runs followed identical action sequences, demonstrating goal-oriented adaptability. The conclusion: agentic testing doesn't replace deterministic E2E tests but adds an exploratory layer at the top of the testing pyramid, best suited for debugging, reproducing production bugs, and validating complex UI behaviors rather than high-frequency CI regression.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://slack.engineering/agentic-testing-where-agents-fit-in-the-e2e-testing-stack>

## Similar posts on daily.dev

- [Slack Introduces Agent Driven End-to-End Testing to Improve Resilience in UI Test Automation](https://daily.dev/posts/slack-introduces-agent-driven-end-to-end-testing-to-improve-resilience-in-ui-test-automation-t4qgnvpfl) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#claude](https://daily.dev/tags/claude)

[View this post on daily.dev](https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Agentic Testing: Where Agents Fit in the E2E Testing Stack","url":"https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9"},"datePublished":"2026-06-11T14:16:44.024Z","dateModified":"2026-06-15T06:19:42.422Z","description":"Slack's engineering team ran 200+ agentic E2E test executions using three approaches: Playwright MCP, Playwright CLI, and AI-generated Playwright tests,...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f1a7bfb7ed1a2415950a8bec3ffc7a73?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f1a7bfb7ed1a2415950a8bec3ffc7a73?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Slack engineering","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Slack engineering","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/f96745b95f204498816ad834bf964380","url":"https://daily.dev/sources/slack"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/agentic-testing-where-agents-fit-in-the-e2e-testing-stack-k44nopxx9","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,mcp,claude","timeRequired":"PT13M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Slack engineering","item":"https://daily.dev/sources/slack"},{"@type":"ListItem","position":3,"name":"Agentic Testing: Where Agents Fit in the E2E Testing Stack"}]}
```

