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

Parameter in parameterised test incorrectly parsed on API side #147

Closed
tikolakin opened this issue Feb 26, 2024 · 2 comments
Closed

Parameter in parameterised test incorrectly parsed on API side #147

tikolakin opened this issue Feb 26, 2024 · 2 comments
Assignees
Labels
api bug Something isn't working priority medium

Comments

@tikolakin
Copy link

Describe the bug
Testomatio API incorrectly parse parameterised test value

To Reproduce
Execute parameterised test
Ex. request to API

{
  'artifacts': [],
   'code': None,
   'example': None,
   'message': None,
   'run_time': 0.7919288370176218,
   'stack': None,
   'status': None,
   'steps': None,
   'suite_id': None,
   'suite_title': 'test_local_file_operations_via_cli.py',
   'test_id': 'f30bd3b0',
   'title': 'Version 1.0.0 @Tf30bd3b0'
}

Expected behavior
Test is displayed in test run with 1.0.0 parameter

Actual behaviour
Test is displayed in test run with 1 parameter

Screenshots
image
image

@tikolakin tikolakin added the bug Something isn't working label Feb 26, 2024
@tikolakin tikolakin changed the title Parameter is parameterised test incorrectly parsed on API side Parameter in parameterised test incorrectly parsed on API side Feb 27, 2024
@poliarush poliarush added this to the 0.5.33 milestone Feb 27, 2024
@tikolakin
Copy link
Author

additionally, values with spaces are incorrectly handled as well.
If value with spaces supplied - BE just takes value before first space and strip everything else

@poliarush poliarush modified the milestones: 0.5.33, 0.5.34 May 7, 2024
@poliarush poliarush removed this from the 0.5.34 milestone Jun 14, 2024
@DavertMik
Copy link
Contributor

@tikolakin is this still relevant, can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api bug Something isn't working priority medium
Projects
None yet
Development

No branches or pull requests

4 participants