2

I'm using the "test-packages" command to run my meteor package tests.

meteor test-packages --once --driver-package 'test-in-console' -p 4096 package:name

I'd like to be able to run only one test or a subset of tests given a pattern. Is this possible?

AngelCabo
  • 161
  • 2
  • 7

1 Answers1

0

Client side: you can click the "reload" link next to any text.

Server side: only way I found is to comment out the tests you don't want to run.

Arnaud Weil
  • 2,324
  • 20
  • 19