-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Is your feature request related to a problem? Please describe.
Currently we use ubuntu-latest
runner for our functional tests. because of this we need to manually install the chromedriver
npm package to run our functional tests. This package is not always up to date with the latest chrome driver version causing functional test failures in the repo. We already have a runner with all the necessary packages installed in opensearch-build
Describe the solution you'd like
Use the ci runner instead of the default github runner
Describe alternatives you've considered
using a patch version of the chrome driver. This is not ideal because it will still require us to be dependent on the chromedriver npm package in future
Additional context
Add any other context or screenshots about the feature request here.