#1 - Playwright with TypeScript - Setup & Installation | First Script

  Рет қаралды 22,071

Naveen AutomationLabs

Naveen AutomationLabs

6 ай бұрын

This is the first video of playwright and Typescript series.
#1 - Playwright with TypeScript - Setup & Installation | First Script
Learn:
How to install Visual Stuido Code
How to install NodeJs and NPM
How to install Playwright
Run first script with Playwright
================================================
This is highly recommended to cover javascript and typescript basics before starting playwright. Please go through the following series on youtube for JS/TS:
JavaScript for SDE/SDET: • #1 - Setup Node JS, In...
TypeScript for SDE/SDET: • #1 - What is TypeScrip...
Schedule a meeting in case of any queries/guidance/counselling:
calendly.com/naveenautomation...
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
kzbin.info%20Au...
Follow me on my Facebook Page:
/ naveenqtpexpert
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
t.me/joinchat/9FrG-KzGlvxjNmQ1
Naveen AutomationLabs Paid Courses:
GIT Hub Course:
naveenautomationlabs.com/gitc...
Java & Selenium:
naveenautomationlabs.com/sele...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomationlabs.com/manu...

Пікірлер: 34
@enver6414
@enver6414 6 ай бұрын
I've spent a considerable amount of time over the past two months going through all your JavaScript and TypeScript videos, as well as other backend testing tutorials, and have completed hands-on exercises. I'm finally catching up with you and will try my best to keep up this time.
@naveenautomationlabs
@naveenautomationlabs 6 ай бұрын
Awesome! I am sure playwright learning will be amazing for you now. Keep learning
@user-hn2uo6gj4r
@user-hn2uo6gj4r Ай бұрын
finally found a layman video for playwright..subscribed!
@azimmohammed3635
@azimmohammed3635 4 ай бұрын
Excellent Naveen! Great demo!
@abdulRahman-id3ru
@abdulRahman-id3ru 6 ай бұрын
I'm soo happy to see this course from you ❤ ..
@MaheshJoshi_wellington
@MaheshJoshi_wellington 5 ай бұрын
wow amazing Naveen sir thank you for this !
@kamalbamrah3958
@kamalbamrah3958 6 ай бұрын
Thank you sir for starting this series. Could you please give a glimse of combining the screenplay and page object patterns in the framework .
@ankitrawat3351
@ankitrawat3351 6 ай бұрын
Can playwright also be used with Java ? If yes what are the trade-off with Js
@sonugupta-cx1jh
@sonugupta-cx1jh 4 ай бұрын
Playwright with typescript will handle Angular pages ?
@mayankgupta6409
@mayankgupta6409 5 ай бұрын
Thank you for sharing the knowledge, need to understand how can we run on docker? and also we can configure same on jenkins? Also do playwright support cucumber framework? Do we have any playlist for playwright + cucumber+ javascript?
@jayasripv3861
@jayasripv3861 4 ай бұрын
Hi Naveen just curious is there separate videos on playwright with JS
@rajakondi8027
@rajakondi8027 6 ай бұрын
Thanks Naveen
@ranselynigrel8714
@ranselynigrel8714 28 күн бұрын
How can we view PDF in webkit ?
@viplovebisen
@viplovebisen 6 ай бұрын
👌👌👌👌👌
@shaikmohiddin4397
@shaikmohiddin4397 Ай бұрын
Hi Naveen. I am python selenium Automation tester , I want to learn new skill in playwright but have confusion with which language has more Potential job opportunities is it Javascript, or typescript
@gulnazmusa2113
@gulnazmusa2113 6 ай бұрын
Can you please cover fixtures, and how we can reuse our code without cucumber please?
@Share_676
@Share_676 10 күн бұрын
i found below error any one have solution. PS C:\PlayWrigth Demo> npx playwright test --header node:internal/modules/cjs/loader:1148 throw err; ^ Error: Cannot find module 'C:\Users azis\AppData\Roaming pm ode_modules pm\bin px-cli.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15) at Module._load (node:internal/modules/cjs/loader:986:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 { code: 'MODULE_NOT_FOUND', requireStack: [] }
@MeiyarasuS
@MeiyarasuS 6 ай бұрын
🎉
@ranjanjyoti273
@ranjanjyoti273 Ай бұрын
Hi Naveen ,Can you create a tutorial on Date range picker from a single calendar on a single field using playwright type script ?Waiting for your tutorial. Thank you
@RohitTater
@RohitTater 2 ай бұрын
Is playwright faster with typescript or java?? I think most people in testing will have knowledge of Java(NOT typescript ). So if you will use Typescript in your framework then everyone in your team will need to learn typescript. Additionally if try to hire new team member( in future) in your team, you will have to hire people with knowledge in typescript and java (because API Automation /mobile automation is still done in java based framework). This will increase cost to company/cost to team
@Mani-oq2bj
@Mani-oq2bj 2 ай бұрын
Hi Naveen, Could you please create a few videos on pw-framework
@tholeduc6499
@tholeduc6499 2 ай бұрын
Please help there's error with my VS Code as below: PS D:\DemoProjects\PlaywrightDemo> npx playwright test npx : The term 'npx' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npx playwright test + ~~~ + CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException FYI : I can run it with the Git base at the "PlaywrightDemo" folder
@tholeduc6499
@tholeduc6499 2 ай бұрын
Update: restart my PC and work well
@nareshx4235
@nareshx4235 2 ай бұрын
when i try to run the test i am getting error in get started link. how can i solve this? error: 13 | 14 | // Click the get started link. > 15 | await page.getByRole('link', { name: 'Get started' }).click(); | ^ 16 | 17 | // Expects page to have a heading with the name of Installation. 18 | await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible(); at E:\PlaywrightDemo\tests\example.spec.ts:15:57 1 failed [webkit] › example.spec.ts:11:5 › get started link ─────────────────────────────────────────────
@myanotherworld6119
@myanotherworld6119 2 ай бұрын
Can you prepare Playwright with typescript video showcasing entire automation framework ?
@naveenautomationlabs
@naveenautomationlabs 2 ай бұрын
Its coming in upcoming chapters.
@gauravkumar12
@gauravkumar12 6 ай бұрын
@seruvalingamvs8698
@seruvalingamvs8698 4 ай бұрын
Waiting for JS with Playwright Naveen.
@naveenautomationlabs
@naveenautomationlabs 4 ай бұрын
Learn playwright with typescript instead of javascript.
@user-kc6wj7wr6i
@user-kc6wj7wr6i 3 ай бұрын
@@naveenautomationlabs Thanks for this clarity :)
#2 - Time Travel Debugging - UI Mode Feature In Playwright - Typescript
12:51
Naveen AutomationLabs
Рет қаралды 6 М.
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 109 МЛН
#6 - How to handle Authentication Pop Up (Basic Auth) With Playwright+Typescript
13:55
Playwright with Javascript | Installation | Part 2
28:05
SDET- QA
Рет қаралды 48 М.
Playwright Tutorial Crash Course using Typescript | Learn Playwright Testing
1:04:41
SDET Unicorns by Dilpreet Johal
Рет қаралды 18 М.
iPhone, Galaxy или Pixel? 😎
0:16
serg1us
Рет қаралды 825 М.
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 380 М.