reportportal / examples-js

Examples for JS integrations with ReportPortal.
Apache License 2.0
6 stars 18 forks source link

The cypress example does not work #23

Closed CassenH closed 2 years ago

CassenH commented 2 years ago

Not exactly sure what the issue is but it works fine with testcafe. Maybe the call to the endpoint is wrong:

universal-analytics Finished sending tracking calls +25s
follow-redirects redirecting to https://mywebsite.net/ui/#notfound 
AmsterGet commented 2 years ago

Hello @CassenH! Have you specified a URL postfixed with /api/v1 in config?

CassenH commented 2 years ago

Yes, that is exactly what happened. Figured it out yesterday. This has cost me a few hours of my life. Might be a good idea to add a hint for that in the readme.

AmsterGet commented 2 years ago

We are already has this postfix in our example's config file and in the agent repo.

AmsterGet commented 2 years ago

But may be it make sense to write down a separate note for this.