meteor / guide

:book: Articles about Meteor best practices
http://guide.meteor.com/
Other
840 stars 305 forks source link

missing meteor test --drive-package information #1084

Closed joaozitopolo closed 3 years ago

joaozitopolo commented 3 years ago

It's not clear how to fill the parameter --drive-package for meteor tests. There are two examples, but without the drive name, and the meteor test --help has no reference for that.

filipenevola commented 3 years ago

Hi @joaozitopolo, I see a few examples where we show the driver name, like here

Could you clarify where do you think is it missing?

joaozitopolo commented 3 years ago

Thanks Filipe. The first time this term appears is here, but only in a distant example I'll have one item from that domain allowed. I think when you are looking the documentation, you'll try to run commands from that block. Ask someone to read until this part I referenced, and ask him/her what is necessary to fill the drive-package option. Another thing: there are no help about this on CLI command. (It's an improvement for meteor, not a complain :smile: )

filipenevola commented 3 years ago

Hi @joaozitopolo, I understand your concern but it makes sense to first explain what is a driver package and later explain how to run this command.

About the help in the CLI, we have this part in the help.

If you think this is not enough please open a PR suggesting changes there. We will be glad to review.