Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 849 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 849 Bytes

VFX QA Challenge

This repository hosts a QA challenge for VFX Financial Plc. The challenge is divided into two parts: an API test (Challenge Part 1) and a UI test (Challenge Part 2). This challenge was built with Playwright, Axios and Typescript.

Prerequisites

This project requires Yarn to be installed on your system.

Installation

To install the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nelsonpires95/vfx-qa-challenge.git
  2. Navigate into the project directory:

    cd vfx-qa-challenge
  3. Install the dependencies:

    yarn install

Usage

To run the tests, use the following command:

yarn playwright test