Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Pattern for junit-file names #109

Open
Alex-Ph opened this issue Apr 11, 2014 · 2 comments
Open

[Feature Request] Pattern for junit-file names #109

Alex-Ph opened this issue Apr 11, 2014 · 2 comments

Comments

@Alex-Ph
Copy link

Alex-Ph commented Apr 11, 2014

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 ?

@sebastianbenz
Copy link
Owner

What kind of pattern would you suggest?

@Alex-Ph
Copy link
Author

Alex-Ph commented Apr 15, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants