In this workshop you will learn to create and use fixtures for better readable and scalable tests with Playwright.
What you need for this workshop:
- Node.js (>=18.0.0)
- Git
- Visual Studio Code
- Playwright Test for VSCode
After you have installed the prerequisites, you can clone this repository and install the dependencies:
npm install
Install the Playwright browser binaries by running:
npx playwright install --with-deps
You can find the slides for this workshop here: Insert link as soon as available
We are testing a banking software for the XYZ Bank. The login is rather simple by selecting a user via dropdown. On the main screen, the user can select the account, see a list of transactions, deposit and withdrawl money from the account. Testing the administrative functions is out of scope.
Find instructions here.
Find instructions here.
Find instructions here.
Find instructions here.