Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KLOV UI unable to load some test history #78

Open
ammmze opened this issue May 21, 2021 · 1 comment
Open

KLOV UI unable to load some test history #78

ammmze opened this issue May 21, 2021 · 1 comment

Comments

@ammmze
Copy link

ammmze commented May 21, 2021

I've got some tests that have parameters and are named something like RandomTests.testWithParams{USPS_REGULAR,USA}.

When trying to load up that given test history, I get an infinite spinner and a 400 Bad Request from the klov api. The reason for this is that the browser is not url encoding the test name. So it makes a request like:

http://localhost:8064/api/projects/DevNotificationSuite/tests?name=RandomTests.testWithParams{USPS_REGULAR,USA}&size=10&sort=startTime,desc&page=0

But really should be making that request like this

http://localhost:8064/api/projects/DevNotificationSuite/tests?name=RandomTests.testWithParams%7BUSPS_REGULAR%2CUSA%7D&size=10&sort=startTime,desc&page=0
@prabhudatta22
Copy link

Same issue with me as well. Not able to see step-wise report for a test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants