nasa-gcn / gcn.nasa.gov

General Coordinates Network (GCN) web site
https://gcn.nasa.gov
Other
165 stars 41 forks source link

Create baseline playwright tests for Circulars search results #2350

Open tylerbarna opened 4 weeks ago

tylerbarna commented 4 weeks ago

Description

Related to #2288

In order to evaluate the Lucene search implementation, it's beneficial to establish some common search queries to ensure the Lucene search implementation does not affect the quality of search in non-lucene cases. Search queries that should be evaluated include (a) Search queries that provide acceptable results in the current search (b) search queries that do not provide acceptable results in the current search Testing the former will ensure the lucene style search system does not impact or reduce the quality of basic searches, while the latter will evaluate if the lucene style search system is able to handle queries not currently covered by the search implementation.

2288 should not block the tests, as the Playwright tests can evaluate the performance of the current multi_match search system as a baseline. It is more likely that #2288 is blocked by this.

Acceptance criteria

tylerbarna commented 4 weeks ago

If someone could remove the enhancement label, I don't think that's accurate for this issue

lpsinger commented 4 weeks ago

Let's start to capture these as a Playwright tests, please.