When run the this code got below error-
Invalid testing path
Like the error message states. You have
'default', 'chrome-local'
environments available to you in your configuration file.
You will need to run the command npx nightwatch -e chrome-local like the user 'AutomatedTester' said.
npx nightwatch -e chrome-local
Copyright © 2021 Jogjafile Inc.
Like the error message states. You have
environments available to you in your configuration file.
You will need to run the command
npx nightwatch -e chrome-locallike the user 'AutomatedTester' said.