最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Karate UI - File download validation in AWS Codepipeline - Stack Overflow

programmeradmin3浏览0评论

We are using Karate for our UI application validation. We have a scenario for file download validation where we will validate if the downloaded file is present or not.

We are using Chrome browser and the configuration are set in Karate-config.js.

While running the tests in local, the file is downloaded to local downloads directory and the validation can be easily done. But on running the same tests in AWS codepipeline, the file is getting downloaded but we are not able to locate the file. We are not able to change the download directory in Karate. How can I change the download directory to point some folder in my project directory? Is there any other way to overcome this issue? Thanks in advance.

发布评论

评论列表(0)

  1. 暂无评论