mirror of
https://github.com/microsoft/playwright-examples.git
synced 2025-09-08 20:51:48 +00:00
21 lines
628 B
Markdown
21 lines
628 B
Markdown
---
|
|
name: Playwright - Boxed Steps Page Object Model
|
|
description: "This sample demonstrates how to box your test steps to hide implementation details when using the Page Object Model"
|
|
page_type: sample
|
|
languages:
|
|
- typescript
|
|
- javascript
|
|
products:
|
|
- playwright
|
|
urlFragment: boxed-steps-pom
|
|
---
|
|
|
|
# Box Steps with Page Object Model
|
|
|
|
This sample demonstrates how to box your test steps to hide implementation details when using the Page Object Model.
|
|
|
|
For more information about the sample see:
|
|
|
|
- [Box steps docs](https://playwright.dev/docs/api/class-test#test-step)
|
|
- [Release video on box steps](https://youtu.be/KqVuRAlOkm0)
|