healenium / healenium-example-maven

Test automation examples on Java with Maven.
26 stars 25 forks source link

[BUG]: Yaml file and sql file curl pull link not working #11

Closed 0kakarot0 closed 2 years ago

0kakarot0 commented 2 years ago

Describe the bug

**$ curl https://raw.githubusercontent.com/healenium/healenium-example-maven/master/infra/docker-compose.yaml -o docker-compose.yml

$ curl https://raw.githubusercontent.com/healenium/healenium-client/master/example/init.sql -o init.sql**

Both these links are not working

How to reproduce the issue

$ curl https://raw.githubusercontent.com/healenium/healenium-example-maven/master/infra/docker-compose.yaml -o docker-compose.yml
$ curl https://raw.githubusercontent.com/healenium/healenium-client/master/example/init.sql -o init.sql

Copy these links and then in terminal (using IntelliJ IDEA) paste them, and they will give response 
curl : 404: Not Found

Logs appeared during using Healenium

curl : 404: Not Found
At line:1 char:1
+ curl https://raw.githubusercontent.com/healenium/healenium-example-ma ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Expected behavior

It should pull the file from the provided link

Actual behavior

curl : 404: Not Found At line:1 char:1

Healenium Proxy version

None

Healenium Backend version

just started pulling the backend file but it is failing with the provided link

Selenium version

4

Additional context

No response

0kakarot0 commented 2 years ago

Although I have successfully pulled the YAML and SQL file from healenuim backend repo, but we need to change the links in the read me file

ElenaStepuro commented 2 years ago

Hello @0kakarot0 First link has been resolve and changed a little (https://raw.githubusercontent.com/healenium/healenium-example-maven/master/infra/docker-compose.yml), please check it again. The second link is correct

0kakarot0 commented 2 years ago

Hello @0kakarot0 First link has been resolve and changed a little (https://raw.githubusercontent.com/healenium/healenium-example-maven/master/infra/docker-compose.yml), please check it again. The second link is correct

Oh, thanks! Just checked and it is working now 👍