How do I run only Test 3 from the following tests?
Test 3
module.exports = { \'Test 1\':function(){}, \'Test 2\':function(){} \'Test 3\':function(){}
For me, it only works with:
npm run test -- tests/01_login.js --testcase "Should login into Dashboard" npm run