Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 535 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 535 Bytes

Air New Zealand Flight Booking

This repository contains automated tests written in Playwright for testing Air New Zealand Flight Booking.

Prerequisites

Before running the tests, ensure you have the following prerequisites installed:

  • Node.js (>= 14.x)
  • npm (>= 6.x)

Installing Dependencies

To install dependencies, execute the following command:

npm install

Running Tests

To run the tests,

npx playwright test

View Report

To view the report,

npx playwright show-report