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

Ability to generate proper directories for parameterized tests #54

Open
grzesuav opened this issue Jul 9, 2015 · 0 comments
Open

Ability to generate proper directories for parameterized tests #54

grzesuav opened this issue Jul 9, 2015 · 0 comments

Comments

@grzesuav
Copy link

grzesuav commented Jul 9, 2015

Hi,

I use spock parameterized tests along with nebula.
When I have test method

def '[Gradle #params.sGradleVersion ,layout: #params.sPluginToApply task: #params.sTaskToRun] properties in paths'(Parameters.ParametersHolder params)

spock generates test names as

[Gradle 2.4, layout: 'java', task: test] properties in path

but nebula generates its directories for each test as

-Gradle-params-sGradleVersion-layout-params-sPluginToApply-task-params-sTaskToRun-properties-in-paths_5

so it is not clear to distinguish which directory matches to which test.
It is possible to generate directory name based on actual parameters values (as spock generates test name)?

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

1 participant