vazco / meteor-universe-e2e

Complete end-to-end/acceptance testing solution for Meteor based on Mocha & Puppeteer

Home Page:https://atmospherejs.com/universe/e2e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent Selenium from crashing when Meteor restarts during tests

MacRusher opened this issue · comments

If Meteor restarts (hot-code-reloads) while tests are running the Selenium server is not stopped properly.
On next tests run Selenium cannot start.
Stopping (Ctrl-C) and starting app again is only way to solve this at the moment.

Most often cause for [universe:e2e] Cannot start Selenium: Selenium exited before it could start error.