Skip to content

achudzinski/rentalcars-autocomplete

Repository files navigation

Rentalcars Pick-up Location

Backend endpoint

The application is configured to use endpoint mentioned in Test 2 (https://cors.io/...), but sometimes it returns error:

Over Quota
This application is temporarily over its serving quota. Please try again later.

in that case it can be change on

https://www.rentalcars.com/FTSAutocomplete.do?solrIndex=fts_en&solrRows={number_of_results_required}&solrTerm={search_term}

in configuration file config/config.dev.json.

Install

npm install
./node_modules/protractor/bin/webdriver-manager update

Usage

npm run webpack:watch

Application is available on address http://localhost:8081/app/.

If port 8081 is already used, it can be changed in webpack.config.js.

Tests

To run end-to-end tests run:

npm run e2e-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published