niche-tester / playwright-testrail-reporter

Report playwright test results to TestRail
MIT License
7 stars 9 forks source link

Only Absolute URLs are supported #7

Closed brandonyhchan closed 1 year ago

brandonyhchan commented 1 year ago

Hi, trying to use your package to upload test results to testrail, and ran into this issue after adding all env variables [playwright-testrail-reporter] Failed to create new TestRail run: TypeError: Only absolute URLs are supported Would you have any idea why this is occurring? Any help would be appreciated

fertavora commented 1 year ago

I had the same problem. Docs read: TESTRAIL_HOST: TestRail instance domain name e.g ```testrail.instance.io``` (exclude the https protocol)

But I tried with and without https:// and it failed on both tries.

denisha commented 1 year ago

apologies my documentation was incorrect, i have updated it But i also could not reproduce the issue you had with specifying https://

anastasijabulatova-toast commented 1 year ago

I have the same problem

varjailic commented 8 months ago

I'm still having same issue.

exotlv commented 5 months ago

@denisha same problem. Any suggestions?