Tom313
New Coder
Hi,
I am trying to run CrossBrowser tests via jenkins and getting below issue - Could you please me with root cause of this issue (Could not load helper Playwright from module './helper/Playwright'
. i am new to node
Thanks,
Tom
I am trying to run CrossBrowser tests via jenkins and getting below issue - Could you please me with root cause of this issue (Could not load helper Playwright from module './helper/Playwright'
Thanks,
Tom
Bash:
creating output directory: /opt/jenkins/workspace/test-dev/functional-output/cross-browser/reports/webkit_8679f40251903bd12fa4e75f737d9115_2
9
13:30:50 [2.webkit:webkit]
10
13:30:50 [2.webkit:webkit] Could not load helper Playwright from module './helper/Playwright':
11
13:30:50 Required modules are not installed.
12
13:30:50
13
13:30:50 RUN: npm install --save-dev playwright@^1.18
14
13:30:50 Error: Required modules are not installed.
15
13:30:50
16
13:30:50 RUN: npm install --save-dev playwright@^1.18
17
13:30:50 at createHelpers (/opt/jenkins/workspace/test-dev/.yarn/cache/codeceptjs-npm-3.4.1-f8c62c7a59-44f4b476e8.zip/node_modules/codeceptjs/lib/container.js:179:17)
18
13:30:50 at Function.create (/opt/jenkins/workspace/test-dev/.yarn/cache/codeceptjs-npm-3.4.1-f8c62c7a59-44f4b476e8.zip/node_modules/codeceptjs/lib/container.js:44:25)
19
13:30:50 at Codecept.init (/opt/jenkins/workspace/test-dev/.yarn/cache/codeceptjs-npm-3.4.1-f8c62c7a59-44f4b476e8.zip/node_modules/codeceptjs/lib/codecept.js:56:15)
20
13:30:50 at module.exports (/opt/jenkins/workspace/test-dev
Last edited by a moderator: