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
Is there a reason why "." (dot) and "_" (underscore) are not allowed in the Allure Project Name?
Here:
project_id_pattern = re.compile('^[a-z\\d]([a-z\\d -]*[a-z\\d])?$')
match = project_id_pattern.match(json_body['id'])
if match is None:
raise Exception("'id' should contains alphanumeric lowercase characters or hyphens. For example: 'my-project-id'") #pylint: disable=line-too-long
Hi @fescobar ,
Thank you for so nice project.
Is there a reason why "." (dot) and "_" (underscore) are not allowed in the Allure Project Name?
Here:
allure-docker-service/allure-docker-api/app.py
Line 1581 in aeb786e
The text was updated successfully, but these errors were encountered: