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

Move the puppeteer import

zendranm opened this issue · comments

Move the puppeteer import from the top of the file to the createBrowser function in universe:e2e to make it usable without Puppeteer.

Solved in #15.