cancel
Showing results for 
Search instead for 
Did you mean: 

wdi5 test failed in CI/CD service

MioYasutake
Active Contributor
0 Kudos

Tutorials: https://developers.sap.com/tutorials/cicd-wdi5-cap.html
--------------------------
I am using BTP trial account to execute this tutorial.
I have configured a CI/CD service job to execute wdi5 tests. The job failed at the acceptance stage with the following error. I have also attached error details in a text file.

Error: Error: Download failed: server returned code 404. URL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/114.0.5735.133/linux64/chromedriver-linu...

error-detail.txt

Job configuration:

My GitHub repo:https://github.com/miyasuta/cap-bookshop-wdi5.git

Can I do anything against this error, or is this a but at CI/CD service side?

Best regards,

Mio

View Entire Topic
Marian_Zeis
Active Contributor
0 Kudos

I dont know how the CICD works here, but that chromedriver version is just not available anymore.

Here is the overview of available versions:
https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json

Oldest version available is "version: "115.0.5763.0"

Is SAP handling the chromedriver versions?

MioYasutake
Active Contributor
0 Kudos

Hi Marian,

Thanks for your comment.

As there is nowhere I can specify the chromedriver version, I think it is handled by SAP.

Nikitha09
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Yes, the chrome driver version is handled by the SAP. It seems like you are using wdi5 v2 to run the tests. In that case, chrome driver version does not need to be set in your package.json file. Could you try it again now and let us know if you still have the same issue?

Thanks and Regards,

Nikitha