Skip to content

Testomatio Reporter v2.8.4 generates incorrect report URL format — 404 error #828

@YanaBaranova0909

Description

@YanaBaranova0909

Describe the bug

When Testomatio Reporter v2.8.4 completes a test run with API key authentication, it generates a report URL in the terminal output using an outdated path format (/runs/{runId}/report). Accessing this URL returns a 404 error because the frontend expects the new format (/report/{runId}).

To Reproduce

  1. Run automated tests using the command (e.g., TESTOMATIO_URL={TESTOMATIO_URL} TESTOMATIO={TESTOMATIO_API_ KEY} npx codeceptjs run
  2. Wait for tests to complete and reporter to generate final output
  3. Copy the report URL from terminal output — format will be: https://beta.testomat.io/projects/{projectName}/runs/{runId}/report
  4. Paste URL into browser address bar
  5. Observe 404 error page

Expected behavior

  • The generated report URL should use the current path format: /projects/{projectName}/report/{runId}
  • Clicking the generated URL should load the test report successfully without 404 error.

Screenshots

CleanShot.2026-05-26.at.09.10.50.mp4

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions