To see the description of the task assignment follow the link.
This repository contains a test automation framework for the Parabank bank application testing.
To install the project follow the next steps:
- Install Node.js.
- Run the installation command in the project root.:
npm ci
- Run the browsers installation in the project root.
npx playwright install
- Install Allure commandline tool (Allure requires Java 8 or higher).
npm install -g allure-commandline
// TODO
// TODO