iti-ict / wakamiti

BDD testing tool using step libraries
https://iti-ict.github.io/wakamiti/
Mozilla Public License 2.0
33 stars 5 forks source link

Error when scenario id contains special character #275

Closed mgalbis closed 1 month ago

mgalbis commented 1 month ago

The ID may not be captured correctly if it contains special characters such as dots (.).

image

Possible solutions: https://stackoverflow.com/a/51396346

mgalbis commented 1 month ago

Related issue #224