https://github.com/findhotel/assesment-day-set
https://github.com/findhotel/assesment-day-set
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/findhotel/assesment-day-set
- Owner: FindHotel
- Created: 2020-06-23T11:19:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:43:12.000Z (over 3 years ago)
- Last Synced: 2023-07-06T18:27:22.684Z (about 3 years ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integration tests
This is a package to perform e2e tests for FindHotel website during the assessment day.
## Prerequisites
Install the following:
- Node.js 10.x
- NPM 6.x
## Installing
After cloning the project or pulling the latest changes:
```bash
npm install
```
## How to use
### Setup
You should have an `.env` file with the variables pointing to the environment you target on your test:
```env
SEARCH_BASE_URI = 'https://search.findhotel.net/'
HOTEL_PAGES_URI = 'https://secure.findhotel.net/'
```
### Running
```bash
npm test
```