-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with build in Jenkins. Failed to load different resources. #629
Comments
hey 👋 - silence for 30 days 🤐 ... anybody? 😀 |
We are having the same issue in our internal instance running on saucelabs as well. |
@roycepintosap do you have the same error messages as George? In his log it seems that some files could not be loaded. So probably there is some configuration missing |
@petermuessig: Do you have a clue why this is happening? |
hey 👋 - silence for 30 days 🤐 ... anybody? 😀 |
Describe the bug
A build in Jenkins CI/CD files to load sinon.js & autoWaiterAsync.js upon deployment. The local build passes without any problem, but the Jenkins build fails with errors as show below.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Jenkins build should complete successfully without any errors.
Logs/Console Output
Runtime Env (please complete the following information):
wdi5/wdio-ui5-service
-version: "^2.0.0"wdio
-version (output ofwdio --version
): "10.1.0"args:
process.argv.indexOf('--headless') > -1
? ['--headless', '--lang=en-US']
: process.argv.indexOf('--debug') > -1
? ['window-size=1920,1080', '--auto-open-devtools-for-tabs', '--lang=en-US']
: ['window-size=1920,1080', '--lang=en-US'],
The text was updated successfully, but these errors were encountered: