#3 - Playwright - Test Runner Installation & Dependency Setup || tsConfig.json || package.json

preview_player
Показать описание
In this video, I have explained how to install playwright test runner and setup playwright dependencies.

Commands to be executed:
npm install playwright --save-dev

npm install @playwright/test --save-dev

npm install typescript --save-dev

npx tsc --init

Schedule a meeting in case of any queries/guidance/counselling:

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Naveen AutomationLabs Paid Courses:
GIT Hub Course:

Java & Selenium:

Java & API +POSTMAN + RestAssured + HttpClient:
Рекомендации по теме
Комментарии
Автор

In this video, I have explained how to install playwright test runner and setup playwright dependencies.
Setup tsConfig.json || package.json files.

Commands to be executed:
npm install playwright --save-dev

npm install @playwright/test --save-dev

npm install typescript --save-dev

npx tsc --init

naveenautomationlabs
Автор

what is the "npx tsc --init" equivalent for JS? Plus, where is the full series on playwright with JS?

TOHFATULNAYEEM
Автор

Hi Naveen is there any impact on automation testing does AI comes

nukathotiharsha
Автор

Hi Naveen, I am getting below error in VS code while trying to see 'Show trace viewer' feature.
Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state..

Salman-tpou
Автор

Hi Naveen, why "target": "ES6", ?

ghadatrabelsi
Автор

Hi naveen
Is it recommended to use playwright along with java

mohamedsulaimaansheriff
Автор

It installed below as dev dependencies in the package.json.


Command to check which version is installed
npx playwright --version

And if you want to update the playwright to latest version

DhrumilSoni