OneZoom / OZtree

OneZoom Tree of Life Explorer
Other
90 stars 20 forks source link

Upgrade test suite to use Pytest & selenium 4 #852

Open hyanwong opened 6 months ago

hyanwong commented 6 months ago

Nosetests is deprecated. We should move to pytest. Also the current code that uses selenium doesn't work with selenium 4, giving:

TypeError: WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'

See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/