How do I run only Test 3 from the following tests?
Test 3
module.exports = { \'Test 1\':function(){}, \'Test 2\':function(){} \'Test 3\':function(){}
you can do somthing like:
node nightwatch.js -e chrome --test tests/login_test --testcase tc_001