I tried to run with the below command in the command line.
export NODE_ENV=default | npx testcafe "saucelabs:[email protected]:macOS 10.14" './testCafeTests/userStoryTests/createRoute.js'
With my credentials, it is able to connect to sauce, but the browser is not navigating to the URL mentioned in my test.
Can someone please help?