NOAA-GSL / MATS

MATS is a quick & interactive way to view verification statistics
https://gsl.noaa.gov/mats/
6 stars 0 forks source link

Upgrade automated tests to use WebdriverIO version 9 #1208

Open mollybsmith-noaa opened 2 months ago

mollybsmith-noaa commented 2 months ago

The MATS automated browser tests are currently using Webdriver version 7, which requires fibers. We would like to upgrade to version 9, which does not. However, I have utterly failed at this, because Webdriver 9 handles chromedriver very differently from Webdriver 7 and I can't figure out how to properly configure the new one. Software engineering help would be very much appreciated!!