https://github.com/entur/geocoder-acceptance-tests
https://github.com/entur/geocoder-acceptance-tests
geocoder pelias ror
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/entur/geocoder-acceptance-tests
- Owner: entur
- Created: 2020-01-24T09:53:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T09:55:38.000Z (5 months ago)
- Last Synced: 2025-02-14T10:36:57.057Z (5 months ago)
- Topics: geocoder, pelias, ror
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geocoder acceptance tests [](https://circleci.com/gh/entur/geocoder-acceptance-tests)
Proof-of-concept for creating a baseline set of tests for the geocoder that can be run as smoke tests in the geocoder build pipeline, using https://github.com/pelias/fuzzy-tester to run test cases.
Usage:
yarn
yarn run dev|staging|productionOr inside docker:
docker build -t geocoder-acceptance-tests .
docker run geocoder-acceptance-tests dev|staging|productionRun as kubernetes job:
kubectl apply -f job.yaml
Test cases should live in test_cases folder. There is a sample file there now. We should refere to the following guide for writing tests: https://github.com/pelias/acceptance-tests/wiki/Guide-to-writing-solid-tests.