jeudi 25 février 2016

How to run specific tests with frisby?

We are using frisby to run our integration tests and while developing them, it would be handy to execute one specific one or a group of tests, without having run all of them and see extra noise. Right now I am commenting out all the ones I don't want to run, which is getting tedious.

Is there a way, from the command line, to run specific frisby tests?

So basically, instead of

npm test

I want to be able to say

npm test --name: posts

Or something like that. I found this post about jasmine-only, but I'm not sure it will satisfy my needs.

Thanks so much!

Aucun commentaire:

Enregistrer un commentaire