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
I've noticed that, when my suite name contains uppercase letters, the docker compose logs keywords returns an empty string.
When I manually overwrite the project_name parameter of the library or add a .lower() on the get_variable_value('${SUITE NAME}'), everything works again.
Discovered because I noticed by that the names of the containers are all lowercase when manually running docker ps.
Kind regards,
Dries
The text was updated successfully, but these errors were encountered:
Hey,
I've noticed that, when my suite name contains uppercase letters, the
docker compose logs
keywords returns an empty string.When I manually overwrite the project_name parameter of the library or add a
.lower()
on theget_variable_value('${SUITE NAME}')
, everything works again.Discovered because I noticed by that the names of the containers are all lowercase when manually running
docker ps
.Kind regards,
Dries
The text was updated successfully, but these errors were encountered: