Meteor-Community-Packages / meteor-collection2

A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
https://packosphere.com/aldeed/collection2
MIT License
1.02k stars 108 forks source link

Replace selenium, chromedriver and nightmare against puppeteer #404

Closed SimonSimCity closed 4 years ago

SimonSimCity commented 4 years ago

Just removing a lot of packages and make it more suitable to an environment where we do not have a UI or a screen available (e.g. CI/CD).

Using raw logs is an additional benefit, so we don't include the timestamp of every console.log() in the output.

I also just noted that there's something wrong with the reporter for nightmare ... (https://github.com/meteortesting/meteor-browser-tests)