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
- Host: GitHub
- URL: https://github.com/itsmefabian/playwright-vueling
- Owner: itsmefabian
- Created: 2025-02-09T15:50:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-15T17:44:48.000Z (over 1 year ago)
- Last Synced: 2025-03-16T10:31:06.182Z (over 1 year ago)
- Topics: e2e, e2e-testing, javascript, master, playwright, playwright-javascript, playwright-tests, software-architecture, vueling
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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