aquality-automation / aquality-tracking

Apache License 2.0
5 stars 2 forks source link

[BUG] Test Run: incorrect parameters are sent in GET /api/stats/testrun request #151

Open EvgenySafronov opened 7 months ago

EvgenySafronov commented 7 months ago

Precondition: There is at list one test run.

Step:

  1. Login to AT
  2. Open dev tools to see network
  3. Open the test run

Result: "Object object" is sent as a test_suite parameter value that leads to getting all results for the project that negatively influences the response time: api/stats/testrun?project_id=1&test_suite=%5Bobject%20Object%5D

Expected: test_suite_id, project_id, id parameters are that are supported.

Screenshots 2024-04-25_12h11_47

Desktop (please complete the following information):

Additional context Add any other context about the problem here.