DEV Community

Discussion on: Running a single test suite/spec in Jasmine

Collapse
 
dzhavat profile image
Dzhavat Ushev

Oh, nice approach with a custom config! Hadn't thought of that. I'm not about the scalability because this will require multiple configs for different purposes, am I right? Smart idea nonetheless! Thanks for sharing it.

Thread Thread
 
b0r profile image
b0r

Maybe I have used the word scalability with wrong connotation here. The goal for me was to execute only specific tests in specific module/submodules to save me some time in cases where I have a a of Jasmine tests.

Yes, you are right. To achieve this you need to add a little bit of additional configuration. Nonetheless it's all about the context we are working in :)