Meteor-Community-Packages / meteor-browser-tests

A helper package for Meteor test driver packages. Runs client tests in a headless browser.
MIT License
12 stars 21 forks source link

Support PUPPETEER_WAIT_TIMEOUT envrionment variable #60

Open imajus opened 2 months ago

imajus commented 2 months ago

This change fixes freezing CI pipeline execution for us and also introduces a wait timeout for the Puppeteer driver to prevent hanging forever in case of any issues in the tests or the driver itself.