diff --git a/src/data/roadmaps/frontend/content/115-testing-your-apps/104-playwright.md b/src/data/roadmaps/frontend/content/115-testing-your-apps/104-playwright.md index f4ec22f89..4afd42bc1 100644 --- a/src/data/roadmaps/frontend/content/115-testing-your-apps/104-playwright.md +++ b/src/data/roadmaps/frontend/content/115-testing-your-apps/104-playwright.md @@ -5,5 +5,6 @@ Playwright is an open-source test automation library initially developed by Micr Visit the following resources to learn more: - [Playwright Website](https://playwright.dev/) +- [Get started with end-to-end testing: Playwright](https://www.youtube.com/playlist?list=PLQ6Buerc008ed-F9OksF7ek37wR3y916p) - [Playwright Tutorial: Learn Basics and Setup](https://www.browserstack.com/guide/playwright-tutorial) - [Playwright, a Time-Saving End-to-End Testing Framework](https://thenewstack.io/playwright-a-time-saving-end-to-end-testing-framework/) diff --git a/src/data/roadmaps/react/content/109-testing/104-playwright.md b/src/data/roadmaps/react/content/109-testing/104-playwright.md index fd80c5e2f..b0fefce23 100644 --- a/src/data/roadmaps/react/content/109-testing/104-playwright.md +++ b/src/data/roadmaps/react/content/109-testing/104-playwright.md @@ -5,4 +5,5 @@ Playwright Test was created specifically to accommodate the needs of end-to-end Visit the following resources to learn more: - [Official Website: Playwright](https://playwright.dev/) +- [Get started with end-to-end testing: Playwright](https://www.youtube.com/playlist?list=PLQ6Buerc008ed-F9OksF7ek37wR3y916p) - [Playwright Tutorial: Learn Basics and Setup](https://www.browserstack.com/guide/playwright-tutorial)