squarebracket / karma-selenium-grid-launcher

Launcher for Remote WebDriver instances on a Selenium Grid; forked from karma-webdriver-launcher.
MIT License
1 stars 10 forks source link

undefined method in index.js:417 #4

Open krebsBenjamin opened 4 years ago

krebsBenjamin commented 4 years ago

When stopping a session the following error message is produced:

ReferenceError: resolve is not defined at _stopSession.then (node_modules/karma-selenium-grid-launcher/index.js:417:11) at process._tickCallback (internal/process/next_tick.js:68:7)

There are already a pull request available fixing this issue. Can you merge that and produce a new release?

Much appreciated. /Benjamin

gogza commented 3 years ago

This is the same issue as Issue 5 - if you are looking for a working copy - go see ErDmKo's fork.