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
In Windows the character path length limit is 260 ....
When jnario "creates" the JUnit-files with the standard-pattern "[Featurename]Feature[Scenarioname]" we reach this limit really fast.
Is it possible to enhance the maven plugin to be able to configure a pattern for creating the Junit java files ?
The text was updated successfully, but these errors were encountered:
A good question :).
For non win-user your standard naming is perfect. But in the windows world, we are limited with file length. Therefore I think an ugly paramater like maxFileNameLength or fuWin should be enough :)
if this flag "produces" naming collisions, it could be resolved by adding $1,$2 and so on. But I don't know if thats possible.
In Windows the character path length limit is 260 ....
When jnario "creates" the JUnit-files with the standard-pattern "[Featurename]Feature[Scenarioname]" we reach this limit really fast.
Is it possible to enhance the maven plugin to be able to configure a pattern for creating the Junit java files ?
The text was updated successfully, but these errors were encountered: