wttech / bobcat

Bobcat is an automated testing framework for functional testing of web applications.
https://cognifide.github.io/bobcat/
Apache License 2.0
90 stars 40 forks source link

Failed to get allure-2.7.0.zip #312

Closed adasongliang closed 5 years ago

adasongliang commented 5 years ago

Environment

Windows 7

Bobcat version: How to know the version of bobcat. I just clone it from github, suppose it's the latest verison.

Bobcat modules used:

Browser + version: geckodriver-v0.23.0-win64

Expected Behavior

N/A

Actual Behavior

The error is printed in the command line as below:


I tried to access above address directly via the browser, it shows forbidden. I want to know how to resolve this error.

Steps to reproduce

  1. running the command "gradlew clean test" in Windows command line

More Info

This error won't impact the final test result report(index.html). image But I still want to know what's wrong with my operation. Anyone met the same issue?

Shaihuludus commented 5 years ago

Hi, there is probably problem with you firewall or network settings. Maybe your provider is blocking the site. I tried and there was no issues with downloading the zip file

adasongliang commented 5 years ago

If so, I will try again, thanks.