Where do we put this line? ``` const sessionIdFromFile = fs.readFileSync('.seleniumSessionId.txt') ``` My command to run my protractor is `npm run e2e-ft -- -c=local` and in the package.json the e2e-ft is this: `ng e2e --suite full_test`
Where do we put this line?
My command to run my protractor is
npm run e2e-ft -- -c=localand in the package.json the e2e-ft is this:ng e2e --suite full_test