Playwright Crash Course with PyTest

In this video Andrew shows how you can write tests using Playwight with Pytest. It will get you started with everything you need to know to get up and running with Playwright using PyTest. Topics covered include basic setup creating a new test project, how to locate items with selectors, how playwright handles delays, adding text to inputs, all the actions playwright does automatically for you that you don’t need to code around and some more specialized test cases. This video assumes Python is already installed. It does not cover Python basics. The samples should be easily readable even if you do not know how to code. They can also be easily transferred to JavaScript, Java or C# because Playwright currently is supported by those bindings. Playwright Pytest Documentation: ​ Playwright Autowaiting: ​ XPath Cheatsheet: ​ UI Automation Test Playground: ​ Get 2 FREE Audio B
Back to Top