We appreciate the contributions you have made as an active member in the Qentinel Forum. Now that Qentinel is Copado Robotic Testing, we want to invite you to be among the first to join our discussion group centered around making teams more successful by embedding testing at every stage.


Join at success.copado.com and check out the all new Copado Robotic Testing Discussion Group.

Start a new topic
Implemented

Support for git repositories that have spaces in name

For example:


https://dev.azure.com/foo/Foobar Manager XY/_git/manager-xy-frontend =>

https://dev.azure.com/foo/Foobar%20Manager%20XY/_git/manager-xy-frontend


Currently Pace does not work well: "Unable to create the suite"

Git repository: Too many arguments. Please verify that the repository details are correct.


 


6 people like this idea
1 Comment

This is in production already. Spaces need to be encoded with %20

Example:

https://dev.azure.com/foo/Foobar Manager XY/_git/manager-xy-frontend =>

https://dev.azure.com/foo/Foobar%20Manager%20XY/_git/manager-xy-frontend


Login or Signup to post a comment