Getting the following error when running playwright tests on azure pipeline Please advise how to resolve the error Node 16.16.0
C:\\Windows\\system32\\cmd.exe /D /S /C "C:\\hostedtoolcache\\windows\\node\\15.0.0\\x64\\npm.cmd --version"
7\.0.2
C:\\Windows\\system32\\cmd.exe /D /S /C "C:\\hostedtoolcache\\windows\\node\\15.0.0\\x64\\npm.cmd config list"
; "global" config from C:\\npm\\prefix\\etc\\npmrc
cache = "C:\\npm\\cache"
; "env" config from environment
prefix = "C:\\npm\\prefix"
userconfig = "C:\\a\\1\\npm\\104610.npmrc"
; "cli" config from command line options
omit = \[\]
user-agent = "npm/7.0.2 node/v15.0.0 win32 x64 ci/azure-pipelines"
; node bin location = C:\\hostedtoolcache\\windows\\node\\15.0.0\\x64\\node.exe
; cwd = C:\\a\\1\\s
; HOME = C:\\Users\\AzDevOps
; Run `npm config ls -l` to show all defaults.
C:\\Windows\\system32\\cmd.exe /D /S /C "C:\\hostedtoolcache\\windows\\node\\15.0.0\\x64\\npm.cmd run test"
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\\a\\1\\s/package.json
npm ERR! errno -4058
I'm trying to run playwright test cases on the azure pipeline but getting
error enoent ENOENT: no such file or directory, open 'C:\a\1\s\package.json