You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario Outline: Some test name
Given I have opened insurance page
And I have selected '' SelfRisk
When I save total price
And I select '' SelfRisk
Then Total price should be 'decreased'
Reqnroll Version
2.21
Which test runner are you using?
MSTest
Test Runner Version Number
3.7.1
.NET Implementation
.NET 8.0
Issue Description
We are using vstest retry for failed tests, if in scenario Example we have any value with space vstest retry mechanism are failing with error
##[error]Unhandled Exception: System.ArgumentException: Illegal characters in path.
Steps to Reproduce
Vstest trying to execute next command:
vstest.console.exe /TestCaseFilter:"(FullyQualifiedName=Automation.Common.Pages.Insurance.PriceCalculation.Features.SelfRiskFeature.PriceCalculationSelfRiskValueAffectStickyPrice&Name=PriceCalculationSelfRiskValueAffectStickyPrice \(\"6000 kr\",\"3000 kr\"))"
And space in "6000 kr" causing the issue.
Scenario example:
Scenario Outline: Some test name
Given I have opened insurance page
And I have selected '' SelfRisk
When I save total price
And I select '' SelfRisk
Then Total price should be 'decreased'
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: