Playwright Beginner Tutorial 3 | How to run tests

preview_player
Показать описание
▬▬ T I M E S T A M P S ⏰ ▬▬
00:00 Introduction
01:41 npx playwright test runs all tests on all browsers in headless mode
04:20 npx playwright test --workers 3 runs with 3 workers in parallel
06:04. npx playwright test one two runs files that have one or two in the file name
06:40. npx playwright test -g "check title" runs test with the title
08:04 npx playwright test --project=chromium runs on specific browser
08:56 npx playwright test --headed runs tests in headed mode
09:51 npx playwright test --debug debug tests
14:08 All commands screenshot

#playwright #automation #testing

▬▬ CI CD DEVOPS ▬▬

▬▬ UI TESTING ▬▬

▬▬ API TESTING ▬▬

▬▬ MOBILE TESTING ▬▬

▬▬ PERFORMANCE TESTING ▬▬

▬▬ IDE ▬▬

▬▬ PROGRAMMING ▬▬

▬▬ BUILD TOOLS ▬▬

▬▬ SOURCE CODE MANAGEMENT ▬▬

▬▬ CLOUD SERVICES ▬▬

▬▬ DATA FORMATS ▬▬

▬▬ VIRTUALIZATION ▬▬

▬▬ OTHERS ▬▬

Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you

You can support my mission for education by sharing this knowledge and helping as many people as you can

If my work has helped you, consider helping any animal near you, in any way you can

NEVER STOP LEARNING
Raghav Pal
Рекомендации по теме
Комментарии
Автор

2:39 meaning of *1 worker*
4:42 parallel run option
5:15 run by giving test file name
8:05 run on specific browser
8:57 headed mode
9:51 debug
12:04 breakpoint by giving line number

ruixue
Автор

thank you so much! you video is the ONLY one I can find that start from scratch and mentioned EVERY little details for a totally clueless beginner. Also, love the way you make your keypoints in one page for us to screenshot for later use.

yyzicvl
Автор

Hi Raghav, I have done first 3 tutorials on Playwright so far and got 10/10 on all 3 quizzes :) Thank you so much for taking the time and effort to explain the automation tool in simple and easy way.

richakambo
Автор

Thank you so much for your tutorials - These are the best tutorials i have used so far
I am new and beginner to Playwright and just by watching your tutorials i have developed interest in learning the tool
Thank you so much again
Lots of Good Wishes

socialnetworkingtube
Автор

I follow your video all the time. I used cypress to automate my project, that has many limitations. I found PlayWright is much better to open multiple tabs. Waiting for your video: 1 upload files from a folder 2 verify downloaded file 3 how to split test cases in multiple workers. Great job! really appreciate your hard work

lisazhou
Автор

Simple and straight to the point, thank you so much! you saved me a lot of time, now I can start automating with Playwright 👍

IIvanNuno
Автор

For the ones getting "No tests found": please make sure the file wanted to be run is saved in the location. An empty file could cause the error

cosminmatic
Автор

i love how you over explain things, its boring but that is the important stuff that help you master it. thank you so much for your video.

barehandstudio
Автор

Hi Raghav! Your videos are very helpful and I'm learning automation in a easy way. Thank you! I took the quiz and scored 8/10

sinthujaa
Автор

Thank you for the gift of knowledge that you give so generously!

misn
Автор

Awesome really helpfull and easy to understand forward more videos !

francesjen
Автор

Thankyou so much..!! Its very very amazing. I wish I had seen this video before!!! Amazing.

SahilRajput
Автор

I had 10/10 in your quiz, it was nicely explained, thanks a lot!

Floweenka
Автор

brilliant and i really loved the way you demonstrated

dfordemo
Автор

Thanks, Raghav. Scored 9/10. It would have been great if the recording was made on a picture quality of more than 720p. Not sure if there is a setting on your side whilst recording that can be adjusted to provide better quality? But content is good as usual :)

monushh
Автор

Hello Raghav Sir, thank you so much for your tutorials on Playwright.

ashishnaidu
Автор

I love your videos, they're super helpful!
Can I ask what tool you use to create the red squares in the video as seen at 2:30.
I do lots of screen recordings when demonstrating bugs to my team and I would love to be able to bring attention to a section of the screen like that.

knucklesmarks
Автор

Fast and easy teaching of commands...!

JAYLATHIA
Автор

Thank you Raghav for such a wonderfull series, Can you do some sessions on adding BDD to playwright ?

abhishek
Автор

Hi raghav, do you have a video in which you explain how to implement cucumber with playwright? Thank you

Antoniogross