2023-10-27 16:22:58 +02:00
|
|
|
---
|
|
|
|
name: Playwright - Boxed Steps
|
|
|
|
description: "This sample demonstrates how to box your test steps to hide implementation details"
|
|
|
|
page_type: sample
|
|
|
|
languages:
|
|
|
|
- typescript
|
|
|
|
- javascript
|
|
|
|
products:
|
2023-11-14 14:17:16 +01:00
|
|
|
- playwright
|
2023-10-27 16:22:58 +02:00
|
|
|
urlFragment: boxed-steps
|
|
|
|
---
|
|
|
|
|
|
|
|
# Box Steps
|
|
|
|
|
|
|
|
This sample demonstrates how to box your test steps to hide implementation details.
|
|
|
|
|
|
|
|
For more information about the sample see:
|
|
|
|
|
|
|
|
- [Box steps docs](https://playwright.dev/docs/api/class-test#test-step)
|
|
|
|
- [Blog post on box steps](https://dev.to/playwright/box-test-steps-in-playwright-15d9)
|
|
|
|
- [Release video on box steps](https://youtu.be/KqVuRAlOkm0)
|