Skip to content

Commit ae09b12

Browse files
committed
docs(website): reviewed and updated the Protractor integration guide
1 parent e361e71 commit ae09b12

File tree

2 files changed

+323
-364
lines changed

2 files changed

+323
-364
lines changed

src/docs/handbook/test-runners/playwright-test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ By default, all actors share the same browser session. To make them use **indepe
560560
Each actor comes with a set of abilities that enable them to interact with the system under test. By default, these abilities include:
561561
- [`BrowseTheWebWithPlaywright`](/api/playwright/class/BrowseTheWebWithPlaywright/) - Allows interaction with the browser using the default [`page`](https://playwright.dev/docs/test-fixtures#built-in-fixtures) fixture.
562562
- [`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
564564
with [`baseURL`](https://playwright.dev/docs/api/class-testoptions#test-options-base-url),
565565
[`extraHTTPHeaders`](https://playwright.dev/docs/api/class-testoptions#test-options-extra-http-headers),
566566
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:
848848
Serenity/JS supports both classic Playwright Test scenarios and those that follow the [Screenplay Pattern](/handbook/design/screenplay-pattern/),
849849
allowing you to migrate to Screenplay gradually if you wish, or mix and match the two implementations within the same codebase.
850850
851-
:::info Reference Implementation
851+
:::tip Reference Implementation
852852
Explore the [Serenity/JS + Playwright Test project template](https://github.com/serenity-js/serenity-js-playwright-test-template) to see these reports in action:
853853
- [Serenity BDD report](https://serenity-js.github.io/serenity-js-playwright-test-template/serenity/)
854854
- [Playwright Test report](https://serenity-js.github.io/serenity-js-playwright-test-template/playwright/)

0 commit comments

Comments
 (0)