origin-js
origin-js copied to clipboard
Add tests for search functionality
Recently search functionality has been added but there are no automated tests for it yet. The test should cover:
- Apollo loaded GraphQl schema without errors
- elasticsearch has spawned with fixtures
- calling
searchonorigin-jsreturns the expected result:- title field is being boosted
- comission is taken into account when ranking listings
- fuzzy search is working
minPriceandmaxPriceaggregators have correct values