Getting Started with Playwright and VS Code

preview_player
Показать описание
Let's get started with Playwright using the VS Code Extension. In this video we will walk though how to install the extension, then install Playwright and browsers needed, and go over what was installed. Then we will take a look at the example test and run the test while viewing it in the browser, and then learn how to run our tests in different browsers.

00:00 Installing the VS Code extension
00:36 Installing Playwright
01:58 Exploring what was installed
03:29 Understanding the example Test
04:52 Running the test
05:52 Run tests on different browsers

Useful Links:

#playwright #vscode #playwrightdev #playwrightweb
Рекомендации по теме
Комментарии
Автор

Great introductory material. I hope there is more to come :)

kumekster
Автор

Thank you for the good demonstration of Playwright setuping and using.

AnatolyKosorukov
Автор

>Install Playright shows up as a picklist item when searching, but once clicked it doesn't do anything, no browser options are displayed for installation.

jmanned
Автор

Hello, I do not want to use TypeScript. I either want to use python instead. Can I do it on Playwright extension using VSCode

hse
Автор

Is there any ways to make this work with extend function in the test function. VSCode couldn't recognize the test as long as I extend it with i18n

ThanhTuNguyen-ww
Автор

when will you start playwright with Java Sessions?

NarasimhaVusurpati
Автор

npm : The term 'npm' 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.

chandranchandran
Автор

Hello, im new to VS code and I have a few questions thought you could answer.

1. Do i need to install playwright in every folder i create? Whenever i create a new folder, i dont see them inside the test explorer.
2. Should test files should only be created in the tests folder? I created .ts files in other folders but i cant run them.
3. Whenever I rename the test file or rename the folder, I cant run them in the text explorer. So does this mean i cant rename my test scripts?

Thanks.

asgothtbg
Автор

hi, just a small doubt, present i am learning playwrite for my project, where i have good experience with selenium java, when i am learning about playwrite java, instead of driver.commands in all playwrite tutorials and also on playwrite website i am seeing only page.commands, my doubt is why we only use page.commands instead of driver.commands, thanks in advance

Chandrika-uo
Автор

when will you start playwright with Java

NarasimhaVusurpati
Автор

Please help... I click "Test:Install Playwright" but nothing happens after that, I do not see firefox, webdriver chromium, anything...

DeadWaits
Автор

Unable to see anything in test explorer...

sagarsjdjfn
Автор

Hi, can anyone suggest to me whether we can use the playwright to automate the Pega application

adidelathompson
Автор

I need help!
I didn't find any PLAYWRIGHT drop down at left down corner

MuhammadUmar-suog
Автор

At 2:07 you mention 'yamal' file without telling us what that is. Remember we are completely new to Playwright!

peterpiper
Автор

hello - how to choose chrome or Edge after selecting chromium?

hse
Автор

Can we test components (Vue, React, ...) in isolation?

Mendez_
Автор

It is not asking me which browser to install.

sagarsjdjfn
Автор

What about java bindings
How we can work playwright with java?

nirmalchakraborty
Автор

How to get the green triangle right there 4:53

SilentNorn