You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/handbook/test-runners/playwright-test.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -560,7 +560,7 @@ By default, all actors share the same browser session. To make them use **indepe
560
560
Each actor comes with a set of abilities that enable them to interact with the system under test. By default, these abilities include:
561
561
- [`BrowseTheWebWithPlaywright`](/api/playwright/class/BrowseTheWebWithPlaywright/) - Allows interaction with the browser using the default [`page`](https://playwright.dev/docs/test-fixtures#built-in-fixtures) fixture.
562
562
- [`TakeNotes.usingAnEmptyNotepad()`](/api/core/class/TakeNotes/) - Facilitates storing and retrieving information during the test run.
563
-
- [`CallAnApi`](/api/rest/class/CallAnApi/) - Enables interaction with RESTful APIs, configured with configured
563
+
- [`CallAnApi`](/api/rest/class/CallAnApi/) - Enables interaction with RESTful APIs using an Axios HTTP client configured
564
564
with [`baseURL`](https://playwright.dev/docs/api/class-testoptions#test-options-base-url),
and proxy configuration derived from the [`proxy`](https://playwright.dev/docs/api/class-testoptions#test-options-proxy) fixture.
@@ -848,7 +848,7 @@ The framework supports:
848
848
Serenity/JS supports both classic Playwright Test scenarios and those that follow the [Screenplay Pattern](/handbook/design/screenplay-pattern/),
849
849
allowing you to migrate to Screenplay gradually if you wish, or mix and match the two implementations within the same codebase.
850
850
851
-
:::info Reference Implementation
851
+
:::tip Reference Implementation
852
852
Explore the [Serenity/JS + Playwright Test project template](https://github.com/serenity-js/serenity-js-playwright-test-template) to see these reports in action:
0 commit comments