Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 818 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 818 Bytes

Task Description

To see the description of the task assignment follow the link.

Repository Overview

This repository contains a test automation framework for the Parabank bank application testing.

How to use this project

Installation steps

To install the project follow the next steps:

  1. Install Node.js.
  2. Run the installation command in the project root.:
npm ci
  1. Run the browsers installation in the project root.
npx playwright install
  1. Install Allure commandline tool (Allure requires Java 8 or higher).
npm install -g allure-commandline

How to run the tests

// TODO

How to generate report

// TODO