Improve your Playwright test's readability with steps

preview_player
Показать описание
Learn in this video how Playwrights test steps improve your test cases' readability and allow you to self-document your test suite.

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

Thank you for explaining the concept in simple way 🙂

arunasavyasachi
Автор

Awesome feature, in other features we may need to implement some external library/tool as allure reporting. Karate Labs and Playwright have great capabiltiies out of the box for good reporting.

cferreira
Автор

It gets a little nasty if you have variables shared between steps or pom functions

ranius
Автор

This simple steps does same thing as cucumber. I do not understand why cucumber is so wildly used

vinayjamesb
Автор

Hi, May I know what plugin in in VSC for auto generating the test.step format. Thanks

danielkyt
Автор

Sir question how can you autocomplete the code when you type test step at 0:55

bugnay
Автор

Hello! I'm starting a project using playwright and I was wondering if there is a way to add screenshots on each step as a way to easily see what happens on the screen after an action. Couldn't find anything similar on their documentation

rosonovich
Автор

sir, is there anyway to combine the test.step into fixtures file? from my point of view the source code looks 'not pretty' when we put the test.step into *.spec file. hope you can help me on this case, thanks a lot.

phatle