Member-only story
Set up and Develop Playwright Pytest Test Scripts with TestWise IDE
A step-by-step guide (with video) to create a test project for a Playwright+Pytest test script in TestWise IDE.
5 min readDec 23, 2023
The video below uses an Appium + WinAppDriver script to:
- Launch the TestWise IDE.
- Create a new Playwright + Pytest test project in TestWise IDE.
- Script a complete user login test script.
- Execute the newly created Playwright test.
All within 50 seconds. (fully automated, no human intervention)
This article shows how you do it step by step.
1. Prerequisite: Install Python and Test libraries
Obviously, you need Python. After that, install the following libraries:
% pip3 install playwright
You shall see the output like the below: