An open API service indexing awesome lists of open source software.

https://github.com/itsmefabian/playwright-vueling

E2E test to get available flights on the vueling.com site
https://github.com/itsmefabian/playwright-vueling

e2e e2e-testing javascript master playwright playwright-javascript playwright-tests software-architecture vueling

Last synced: 11 months ago
JSON representation

E2E test to get available flights on the vueling.com site

Awesome Lists containing this project

README

          

# Playwright Testing Project

E2E test to get available flights on the vueling.com site on 1 June.

## Prerequisites

- Node.js (>= 12.x)
- npm (>= 6.x) or yarn (>= 1.x)

## Installation

1. Clone the repository:

```sh
git clone https://github.com/fabianrc2810/playwright-vueling.git
```

2. Install dependencies:
```sh
npm install
# or
yarn install
```

## Running Tests

To run the tests, use the following command:

npm run test
# or
npm run test-ui

To get the report, use the following command:

npm run test-report