This repository contains automated tests written in Playwright for testing Air New Zealand Flight Booking.
Before running the tests, ensure you have the following prerequisites installed:
- Node.js (>= 14.x)
- npm (>= 6.x)
To install dependencies, execute the following command:
npm install
To run the tests,
npx playwright test
To view the report,
npx playwright show-report