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

scalatest maven plugin to support changing the working directory like maven surefire plugin #43

Open
GoogleCodeExporter opened this issue Jan 11, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Jul 2013 at 5:28

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I am developing a inhouse specification style acceptance testing framework. Our 
application suite is always lauched relative to a common directory where all 
configs are available. I need to run my automated test relative to that 
location. I think maven sure fire plugin has an option to support changing the 
working directory. Can you please provide the same at the earliest. For now I 
am specializing absolute paths only for this framework. Can you please look 
into this at the earliest.

I am  finding scalatest 2.0 to be of great flexibility. Thank you for the great 
testing platform

Original comment by [email protected] on 19 Jul 2013 at 2:20

@jimwrightcz
Copy link

I'm also missing this. For surefire plugin I have:

<configuration>
  <workingDirectory>${basedir}/target</workingDirectory>
...

It would be a good next step to specify an enhancement here so someone can submit a PR but I need a workaround first...

@jimwrightcz
Copy link

... however, this is the wrong project. This issue does not belong here but in https://github.com/scalatest/scalatest-maven-plugin.
Also this issue:
scalatest/scalatest-maven-plugin#66
links to:
https://github.com/janhicken/surefire-scalatest
and using that may avoid the issue.

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

No branches or pull requests

2 participants